Skip to content

Instantly share code, notes, and snippets.

@neotericdesign
Created February 10, 2011 21:22
Show Gist options
  • Select an option

  • Save neotericdesign/821377 to your computer and use it in GitHub Desktop.

Select an option

Save neotericdesign/821377 to your computer and use it in GitHub Desktop.
<<<<<<< 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