Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Do syntax highlighting here
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Long committed Feb 12, 2013
1 parent 35a4a4f commit 161b849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ end


Finally, note that if you have a controller that dynamically determines the class it's working with, you can pass the name of a controller instance method to `authorize_actions_for` instead of a class, and the class will be looked up when a request is made. Finally, note that if you have a controller that dynamically determines the class it's working with, you can pass the name of a controller instance method to `authorize_actions_for` instead of a class, and the class will be looked up when a request is made.


``` ```ruby
class LlamasController < ApplicationController class LlamasController < ApplicationController


authorize_actions_for :llama_class authorize_actions_for :llama_class
Expand Down

0 comments on commit 161b849

Please sign in to comment.