Created
March 29, 2016 04:52
-
-
Save tinogomes/1be68dd0be318030c260 to your computer and use it in GitHub Desktop.
Declaring helper_method before def
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ApplicationController < ActionController::Base | |
helper_method \ | |
def current_user | |
# some stuff | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Por que usar
\\
?