mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-18 01:59:02 +02:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
def helper
|
|
@helper ||= ApplicationController.helpers
|
|
end
|
|
|
|
@controller = ApplicationController.new
|