draper/lib/generators/decorator
Andrew Haines c6f8aaa2b2 Remove `allows`, `denies` and `denies_all` from Decorator
Automatic delegation of methods is now achieved with `delegate_all`,
which includes the new AutomaticDelegation module.

Manual delegation is achieved using the standard Active Support
`delegate` method, which is enhanced so that `to: :source` is the
default.
2013-01-14 03:57:47 +00:00
..
templates Remove `allows`, `denies` and `denies_all` from Decorator 2013-01-14 03:57:47 +00:00
decorator_generator.rb fix module_namespacing 2012-12-03 23:54:35 +01:00