Mercurial > hg > soundsoftware-site
comparison .svn/pristine/f7/f7233d462d007f750b5083ef4fae8c0ec45087b3.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 class UpgradeOpenIdAuthenticationTablesGenerator < Rails::Generator::NamedBase | |
2 def initialize(runtime_args, runtime_options = {}) | |
3 super | |
4 end | |
5 | |
6 def manifest | |
7 record do |m| | |
8 m.migration_template 'migration.rb', 'db/migrate' | |
9 end | |
10 end | |
11 end |