Created
February 10, 2011 21:22
-
-
Save neotericdesign/821377 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <<<<<<< HEAD | |
| existing_source_root = self.class.source_root | |
| ::Refinery::Plugins.registered.pathnames.reject{|p| !p.join('db').directory?}.sort.each do |pathname| | |
| self.class.source_root pathname | |
| ======= | |
| unless self.options[:update] | |
| existing_source_root = self.class.source_root | |
| ::Refinery::Plugins.registered.pathnames.reject{|p| !p.join('db').directory?}.each do |pathname| | |
| self.class.source_root pathname | |
| super | |
| end | |
| self.class.source_root existing_source_root | |
| >>>>>>> We do actually want migrations, parndt, come on. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment