Sha256: 9e858b7e3696253e5cf63bae82473011a1bcf7fc266e90c17fd41f6dad092ec2

Contents?: true

Size: 255 Bytes

Versions: 7

Compression:

Stored size: 255 Bytes

Contents

module BootstrapActioncell
  module ActioncellHelper
    def ac_buttons(resource,buttons=[],actions=[])
      render :partial => "bootstrap_actioncell/buttons", :locals => {:resource => resource, :buttons => buttons, :actions => actions}
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bootstrap_actioncell-0.0.9 lib/bootstrap_actioncell/actioncell_helper.rb
bootstrap_actioncell-0.0.8 lib/bootstrap_actioncell/actioncell_helper.rb
bootstrap_actioncell-0.0.7 lib/bootstrap_actioncell/actioncell_helper.rb
bootstrap_actioncell-0.0.6 lib/bootstrap_actioncell/actioncell_helper.rb
bootstrap_actioncell-0.0.5 lib/bootstrap_actioncell/actioncell_helper.rb
bootstrap_actioncell-0.0.4 lib/bootstrap_actioncell/actioncell_helper.rb
bootstrap_actioncell-0.0.3 lib/bootstrap_actioncell/actioncell_helper.rb