public
Description: Tog Platform Picture Management Component
Homepage: http://www.toghq.com
Clone URL: git://github.com/tog/tog_picto.git
tog_picto / tog_picto_template.rb
100644 10 lines (6 sloc) 0.285 kb
1
2
3
4
5
6
7
8
9
10
plugin 'acts_as_list', :git => "git://github.com/rails/acts_as_list.git"
 
plugin 'tog_picto', :git => "git://github.com/tog/tog_picto.git"
 
route "map.routes_from_plugin 'tog_picto'"
 
generate "update_tog_migration"
 
rake "db:migrate"
rake "tog:plugins:copy_resources PLUGIN=tog_picto"