Guest User

Untitled

a guest
Apr 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # lib/tasks/schema_unix.rake
  2.  
  3. namespace :db do
  4. namespace :schema do
  5. task :dump do
  6. sh "unix2dos db/schema.rb" unless RUBY_PLATFORM =~ /mswin/
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment