mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 17:50:13 +01:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
def helper
|
|
@helper ||= ApplicationController.helpers
|
|
end
|
|
|
|
@controller = ApplicationController.new
|