Displaying 1 result from an estimated 1 matches for "acioncontrol".
Did you mean:
actioncontroll
2013 May 07
0
Trying to get my head around engines (I think)
...and controllers in it, but how do I then integrate that with
sites I write? As engines don''t have an application controller where do
I put methods which I want to be accessible from every controller in my
app? I noticed that Devise shows inheriting from it''s controller instead
of AcionController::Base, but i''m not sure how the Devise controller got
written.
Additionally, in some sites i''ll want separate user and admin
namespaces, and all of the functionality for creating and editing
users/groups/permissions and setting memberships etc will be in the
admin side while t...