If your book_controller inherits from application_controller, add
"no_login_required" as one of the first lines after the
class BookController < ApplicationController
no_login_required
....
end
Jim Gay
http://www.saturnflyer.com
On Jul 29, 2009, at 3:52 PM, Ahmy Yulrizka wrote:
Hi, im kinda new with ruby, and learning to create an extension.
basically its like a guest book, i allready completed the back end
(admin)
so there are /book/new /book/index etc.
everything went well until i want to access the controller from main
page, so user can post comment without login.
i allready create the /vendor/extension/book/book_controller.rb
basically i just want to send user input via HTTP POST to that
and i confuse with routing mechanism. any body can help me ?
thanks be4
any help would be fully appriciated
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant