Skip to content

Instantly share code, notes, and snippets.

@ashrafuzzaman
Last active December 17, 2015 00:19
Show Gist options
  • Save ashrafuzzaman/5520084 to your computer and use it in GitHub Desktop.
Save ashrafuzzaman/5520084 to your computer and use it in GitHub Desktop.
Creating widget template like form builders
<%= header do %>
<h1>Rails widget</h1>
<% end %>
<%= widget do |w| %>
<%= w.title do %>
Title
<% end %>
<%= w.content do %>
Content
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment