Module: Moirai::ApplicationHelper
- Defined in:
- app/helpers/moirai/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#shorten_path(path) ⇒ Object
5 6 7 |
# File 'app/helpers/moirai/application_helper.rb', line 5 def shorten_path(path) path.gsub(Rails.root.to_s, ".") end |