Module Login::HelperIntegration
In: lib/login/helper_integration.rb

Automatically mixed into all views for utility functions.

Methods

Public Instance methods

Returns the current user at the view level. Everything said about the current_user method in the Login::ControllerIntegration::InstanceMethods module applies to this method as well.

[Source]

   # File lib/login/helper_integration.rb, line 9
9:     def current_user; controller.current_user end

[Validate]