Sha256: d30db77d52cd84260c190e70bc048b9f30f7dee0ba176e89ef4f427a3fe3f7bc
Contents?: true
Size: 169 Bytes
Versions: 3
Compression:
Stored size: 169 Bytes
Contents
module MercuryHelper def mercury_edit_path(path = nil) mercury_engine.mercury_editor_path(path.nil? ? request.path.gsub(/^\/\/?(editor)?/, '') : path) end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
kiteditor-1.0.12 | app/helpers/mercury_helper.rb |
mercury-rails-0.9.0 | app/helpers/mercury_helper.rb |
mercury-rails-0.8.0 | app/helpers/mercury_helper.rb |