Method: EducodeSales::ApplicationHelper#storage_path
- Defined in:
- app/helpers/educode_sales/application_helper.rb
#storage_path ⇒ Object
37 38 39 |
# File 'app/helpers/educode_sales/application_helper.rb', line 37 def storage_path File.join(Rails.root, "public", "images", relative_path) end |