Skip to content

Commit

Permalink
remove blank lines in the start of the ActiveRecord files
Browse files Browse the repository at this point in the history
  • Loading branch information
itsNikolay committed Jul 28, 2014
1 parent 9f63a78 commit 2a7cf24
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
# = Active Record Has Many Through Association
module Associations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
# = Active Record Belongs To Has One Association
module Associations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
module ConnectionAdapters
class SchemaCache
Expand Down
1 change: 0 additions & 1 deletion activerecord/lib/active_record/query_cache.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
# = Active Record Query Cache
class QueryCache
Expand Down
1 change: 0 additions & 1 deletion activerecord/lib/active_record/readonly_attributes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
module ReadonlyAttributes
extend ActiveSupport::Concern
Expand Down
1 change: 0 additions & 1 deletion activerecord/lib/active_record/relation/batches.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
module Batches
# Looping through a collection of records from the database
Expand Down
1 change: 0 additions & 1 deletion activerecord/lib/active_record/schema.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
# = Active Record Schema
#
Expand Down
1 change: 0 additions & 1 deletion activerecord/lib/active_record/timestamp.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module ActiveRecord
# = Active Record Timestamp
#
Expand Down

0 comments on commit 2a7cf24

Please sign in to comment.