Commit Graph

5 Commits

Author SHA1 Message Date
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
Andrew Haines 70a18aa4cb Show installation procedure for beta 2013-01-01 11:11:14 +00:00
Vasiliy Ermolovich 52f766166d Update README.md 2012-12-31 22:09:16 +03:00
Andrew Haines 5b67a2690b Add example of delegation to source
[ci skip]
2012-12-31 17:44:48 +00:00
Andrew Haines 52360b656f Rewrite README
Closes #364
Closes #368
Closes #371
[ci skip]
2012-12-27 11:37:21 +00:00