Skip to content

Commit

Permalink
Change type of variable that get the actable method to symbol in docu…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
CrisSoFresh committed Aug 1, 2014
1 parent 2567070 commit 86e5c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can give a name to all methods in `:as` option:

```Ruby
class Product < ActiveRecord::Base
actable as: producible
actable as: :producible
end

class Pen < ActiveRecord::Base
Expand Down

0 comments on commit 86e5c16

Please sign in to comment.