Module: ApplicationHelper

Defined in:
lib/simple_show_helper.rb

Instance Method Summary collapse

Instance Method Details

#simple_show_helper(m, options = { }) ⇒ Object

raw simple_show_helper(resource, attrs: [“name”], timestamps: true, table_class: “table”)



147
148
149
# File 'lib/simple_show_helper.rb', line 147

def simple_show_helper(m, options = { })
  return SimpleShowHelper.new(m, options).to_s
end