6 lines
91 B
Ruby
6 lines
91 B
Ruby
module ApplicationHelper
|
|
def main_app
|
|
Rails.application.routes.url_helpers
|
|
end
|
|
end
|