Skip to content

Commit

Permalink
start adding in recipe for active_scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdempsey committed Sep 6, 2010
1 parent fceb5b1 commit 5ed8a62
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/beet/recipes/rails3/admin_interface/active_scaffold.rb
@@ -0,0 +1,9 @@
# install plugins
#
plugin 'active_scaffold', :git => 'git://github.com/vhochstein/active_scaffold.git'
plugin 'verification', :git => 'git://github.com/rails/verification.git'
plugin 'render_component', :git => 'git://github.com/vhochstein/render_component.git'

# configure as much as we can automatically
add_after 'app/views/layouts/application.html.erb',' <%= csrf_meta_tag %>', ' <%= active_scaffold_includes %>'

0 comments on commit 5ed8a62

Please sign in to comment.