netzke / netzke-core

Framework for Sencha Ext JS + Ruby on Rails client-server components
http://netzke.org
Other
263 stars 77 forks source link

Assigning icon to actions indirectly #58

Closed mxgrn closed 8 years ago

mxgrn commented 11 years ago

Make this work:

action :foo do |c|
  c.merge!(icon: :tick)
end
mxgrn commented 8 years ago

Solved with a6a03b4