Method: Agilibox::ButtonHelper#read_button
- Defined in:
- app/helpers/agilibox/button_helper.rb
#read_button(url, options = {}) ⇒ Object
49 50 51 52 53 54 55 56 |
# File 'app/helpers/agilibox/button_helper.rb', line 49 def (url, = {}) = { :icon => :info_circle, :action => :read, }.merge() (url, ) end |