Sha256: 74c904bafe623d011efefc200c1647d522f0e243a04ce750183f7ce277078934
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
module Bently class Formtastic < RailsRecipe title 'formtastic' category 'gem' description 'downloads and installs formtastic gem' homepage 'https://github.com/justinfrench/formtastic/blob/master/README.textile' def initialize gem 'formtastic' bundle generate 'formtastic:install' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bently-1.0.2 | lib/bently/recipe/formtastic.rb |
bently-1.0.1 | lib/bently/recipe/formtastic.rb |