Sha256: 8b8ec02cd1ce0626cd8fb64aab85ecee2ef334a8d5599870617873a7fbcd1111
Contents?: true
Size: 456 Bytes
Versions: 1
Compression:
Stored size: 456 Bytes
Contents
# Twitter Bootstrap - Helpers ## Installation Add to your gem file and call `bundle` to install it. ```ruby gem twitter_bootstrap-helpers install ``` ## Usage To use `TwitterBootstrap::FormBuilder` as in your form pass it as the builder option. ```ruby <%= form_for @post, builder: TwitterBootstrap::FormBuilder do |f| %> <%= f.text_field_control :subject %> <%= f.text_area_control :body %> <%= f.date_select_control :publish_on %> <% end %> ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter_bootstrap-helpers-0.0.1 | README.md |