Mercurial > hg > soundsoftware-site
view .svn/pristine/f7/f7233d462d007f750b5083ef4fae8c0ec45087b3.svn-base @ 1237:1d5451bf82d7 redmine-2.2-integration
Added missing route to auto_completes#project_tags (AutoCompletes controller patched in redmine tags plugin)
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Mar 2013 15:11:27 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
class UpgradeOpenIdAuthenticationTablesGenerator < Rails::Generator::NamedBase def initialize(runtime_args, runtime_options = {}) super end def manifest record do |m| m.migration_template 'migration.rb', 'db/migrate' end end end