module JustMeHelper
Public Instance Methods
me()
click to toggle source
# File actionpack/test/fixtures/helpers/just_me_helper.rb, line 4 def me() "mine!" end
# File actionpack/test/fixtures/helpers/just_me_helper.rb, line 4 def me() "mine!" end