I have an Organization that has_many Affiliations And a mission that has_one Organization So i can do this:
I use Declarative Authorization and Authlogic and now wants to create a dashboard for the administration. About ActiveScaffold will be an overview of the different controllers are shown.
In my application you: Have an admin user that signs on and that user has a role (separate model), then I use the declarative_authorization plugin to give access to certain areas.
I\'m getting the following error in my deployed Rails 2.3.5 application: NoMethodError (undefined method `to_sym\' for nil:NilClass):
I\'m a rails noob and first time poster here and am using declarative authorization in order to implement role base access restriction in a small timesheet app I am writing.