[Rails] Re: ArgumentError in HomeController#index

2012-08-28 Thread Travis Mc
Steven B. wrote in post #1073700: > Okay, better yet, just place the 2 on separate lines. So in your > application_controller it should look like: > > ... > protect_from_forgery > rescue_from CanCan::AccessDenied do |exception| > ... Thankyou for this I don't know what's going on here

[Rails] ArgumentError in HomeController#index

2012-08-28 Thread Travis Mc
Hey guys, I'm new to ruby/rails and trying to sort something... I just created an app with composer, http://railsapps.github.com/rails-composer/ I used the command: rails new myapp -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb I set up the rails server, and tried to load