Skip to content

Instantly share code, notes, and snippets.

@gravis
Created August 5, 2010 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravis/509674 to your computer and use it in GitHub Desktop.
Save gravis/509674 to your computer and use it in GitHub Desktop.
class UpdateConfirmedUserView < ActiveRecord::Migration
self.up
execute `git show 2d308a6:sql/confirmed_users_view.sql`
end
self.down
execute `git show 1596b6d:sql/confirmed_users_view.sql`
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment