Displaying 1 result from an estimated 1 matches for "auth_system".
2006 Dec 11
0
auth_generator 2.0.1 undefined method `login_required' for ... ArticlesController
...`login_required'' for
#<ArticlesController:0xb732c0b4>" error when I attempt...
http://localhost:3000/articles/new
Help would be appreciated.
My app/controllers/application.rb reads...
------------------------------------------------------------------------
require ''auth_system''
class ApplicationController < ActionController::Base
include AuthSystem
helper :auth
before_filter :app_config, :ident
service :notification
# Used to be able to leave out the action
def process(request, response)
catch(:abort) do
super(request, response)
e...