rgarcia
952df2947a
Duplicate current_budget method in management_base_controller
...
This method is already existent in the application_controller but it
seems a little overkill to create a concern just for this method
Maybe when we have multiple method it makes sense to create a nice
controller. Another option would be to make the
management_base_controller extend from the application_controller
2018-01-17 12:50:17 +01:00
Bertocq
4e0d88739d
Fix Rails/Blank rubocop issue
2017-07-10 23:02:27 +02:00
Juanjo Bazán
585f3dd6c7
removes use of current_user in management
...
favors managed_user
to avoid conflicts with logged admin users
2016-04-27 17:26:19 +02:00
Juanjo Bazán
991b189610
refactors triplicated code
2016-04-08 12:16:09 +02:00
Juanjo Bazán
510d85cf97
unifies session key
2015-10-23 14:05:23 +02:00
Juanjo Bazán
854499b135
adds localization to management
2015-10-23 13:36:43 +02:00
Juanjo Bazán
89cc26c261
adds managers login via ManagerAuthenticators
2015-10-15 15:57:53 +02:00
rgarcia
bca26b2b50
changes current_user for managed_user
2015-10-13 13:58:01 +02:00
rgarcia
f55c3974aa
refactors managed user info into management layout
2015-10-12 14:05:06 +02:00
rgarcia
5feef066dc
adds managed user to session
2015-10-11 16:56:16 +02:00
Juanjo Bazán
7b3d3243b8
adds management layout
2015-10-06 14:32:01 +02:00
Juanjo Bazán
20bf9d7186
adds auth before filter to verify manager
2015-10-01 17:59:36 +02:00
Juanjo Bazán
39119b9d6b
adds base controller for management
2015-09-29 17:34:17 +02:00