Displaying 1 result from an estimated 1 matches for "ariticles_control".
2006 Dec 11
0
auth_generator 2.0.1 undefined method `login_required' for ... ArticlesController
...hadmin/:action/:id'',
      :controller => ''authadmin'', :action => nil, :id => nil
------------------------------------------------------------------------
As in the video example,
http://penso.info/tmp/auth_generator-demo.mov
I have modified my app/controllers/ariticles_controller.rb to read...
------------------------------------------------------------------------
class ArticlesController < ApplicationController
  def index
    list
    render :action => ''list''
  end
  # GETs should be safe (see http://www.w3.org/2001/tag/doc/whenToUseGet.html)...