TODO.markdown in authority-1.0.0.pre3 vs TODO.markdown in authority-1.0.0.pre4

- old
+ new

@@ -4,14 +4,11 @@ - Carefully think through names of all public methods & see if they could be clearer or more intuitive ## Chores -- Add separate generator to make an empty authorizer for each file in `app/models` (prompt for each one) - Test generators +- Configurable proc for logging method ## Documentation -- Make README more concise, or at least more navigable. -- How to bypass creating an authorizer for each model - by setting authorizer name directly and having them share. -- For instance-level checks, ensuring that you don't call `update` first; use `attributes=` before calling `authorize_action_on`. - Example of checking clean/dirty attributes in instance-level checks. For example, if I'm only allowed to update blue laser cannons, can I make them red? Maybe I need to check whether the old value was blue?