Sha256: 9731085c4915b35703b418478ffba01396df2c26a570509262630c9ab896834e
Contents?: true
Size: 203 Bytes
Versions: 2
Compression:
Stored size: 203 Bytes
Contents
module Tasuku module UrlHelper def url_for(options) begin super options rescue ActionController::UrlGenerationError main_app.url_for options end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tasuku-1.1.0 | app/helpers/tasuku/url_helper.rb |
tasuku-1.0.1 | app/helpers/tasuku/url_helper.rb |