Module: Onlylogs::ApplicationHelper
- Defined in:
- app/helpers/onlylogs/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#log_file_label(file) ⇒ Object
3 4 5 |
# File 'app/helpers/onlylogs/application_helper.rb', line 3 def log_file_label(file) Pathname.new(file).relative_path_from(Rails.root).to_s end |