Module: Admin::ArticleHelper
- Defined in:
- app/helpers/admin/article_helper.rb
Instance Method Summary collapse
Instance Method Details
#resource_options ⇒ Object
4 5 6 7 8 9 10 |
# File 'app/helpers/admin/article_helper.rb', line 4 def Resource.all.map do |resource| file_name = resource.upload.file.file.split("/").last [file_name, resource.id] end end |