Sha256: 24321c2c0d4ae629d9554cce11179317c2aa76b04d9e07db875aa47a5dfe0272
Contents?: true
Size: 599 Bytes
Versions: 8
Compression:
Stored size: 599 Bytes
Contents
Voom::Presenters.define(:posts_action) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :events_drawer indented_grid do heading 'Posts' body 'Issues a POST to a given url', 'Generally used to create a restful resource or issue a command.' body '*Note: Will generate a 404.*' title 'Posts' body "issues a POST to the passed path\nAlias: creates" content shows_errors: false do button 'posts' do event :click do posts 'postpath', {optional: :params} end end end end attach :code, file: __FILE__ end
Version data entries
8 entries across 8 versions & 1 rubygems