Module: DashboardHelper
- Defined in:
- app/helpers/dashboard_helper.rb
Instance Method Summary collapse
Instance Method Details
#render_message(message) ⇒ Object
2 3 4 5 6 7 8 |
# File 'app/helpers/dashboard_helper.rb', line 2 def () if content_tag('div', :id => 'message', :title => [:title], :style => 'display: none;') do content_tag('p', [:body]) end end end |