Module: Workarea::Admin::ChangesetsHelper
- Defined in:
- app/helpers/workarea/admin/changesets_helper.rb
Instance Method Summary collapse
Instance Method Details
#changeset_icon(changeset, options = {}) ⇒ Object
3 4 5 6 |
# File 'app/helpers/workarea/admin/changesets_helper.rb', line 3 def changeset_icon(changeset, = {}) type = changeset.root.model_name.element inline_svg(icon_path(type), ) end |