aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/rename
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-02-17 13:28:06 -0700
committerSean Griffin <sean@thoughtbot.com>2015-02-17 13:28:06 -0700
commitb3fdf9c596e4821e0028472b9c2740fd4d6655c8 (patch)
tree7a11dce75125174c4fd75499c8c9bc72845af543 /activerecord/test/migrations/rename
parentcdf4fa9d240d9137385021ebdac54238fb748a36 (diff)
downloadrails-b3fdf9c596e4821e0028472b9c2740fd4d6655c8.tar.gz
rails-b3fdf9c596e4821e0028472b9c2740fd4d6655c8.tar.bz2
rails-b3fdf9c596e4821e0028472b9c2740fd4d6655c8.zip
Add line endings to files which are missing them
These files get modified whenever someone uses a tool like `sed`. Let's just get this over with in one commit so it'd not adding diff noise to something else.
Diffstat (limited to 'activerecord/test/migrations/rename')
-rw-r--r--activerecord/test/migrations/rename/1_we_need_things.rb2
-rw-r--r--activerecord/test/migrations/rename/2_rename_things.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/test/migrations/rename/1_we_need_things.rb b/activerecord/test/migrations/rename/1_we_need_things.rb
index cdbe0b1679..f5484ac54f 100644
--- a/activerecord/test/migrations/rename/1_we_need_things.rb
+++ b/activerecord/test/migrations/rename/1_we_need_things.rb
@@ -8,4 +8,4 @@ class WeNeedThings < ActiveRecord::Migration
def self.down
drop_table "things"
end
-end \ No newline at end of file
+end
diff --git a/activerecord/test/migrations/rename/2_rename_things.rb b/activerecord/test/migrations/rename/2_rename_things.rb
index d441b71fc9..533a113ea8 100644
--- a/activerecord/test/migrations/rename/2_rename_things.rb
+++ b/activerecord/test/migrations/rename/2_rename_things.rb
@@ -6,4 +6,4 @@ class RenameThings < ActiveRecord::Migration
def self.down
rename_table "awesome_things", "things"
end
-end \ No newline at end of file
+end