This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
80e66cc4d9
rails--rails
/
actionpack
/
test
/
fixtures
/
helpers
/
just_me_helper.rb
4 lines
47 B
Ruby
Raw
Normal View
History
Unescape
Escape
Be sure to call helper :all just on direct children. (Tests by Jesse Storimer)
2010-08-26 17:17:50 -04:00
module
JustMeHelper
def
me
(
)
"
mine!
"
end
normalizes indentation and whitespace across the project
2016-08-06 13:55:02 -04:00
end
Copy permalink