remove blank lines in the start of the ActiveRecord files

This commit is contained in:
Ponomarev Nikolay 2014-07-29 02:51:08 +04:00
parent 9f63a78d55
commit 2a7cf24cb7
8 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
module ActiveRecord
# = Active Record Has Many Through Association
module Associations

View File

@ -1,4 +1,3 @@
module ActiveRecord
# = Active Record Belongs To Has One Association
module Associations

View File

@ -1,4 +1,3 @@
module ActiveRecord
module ConnectionAdapters
class SchemaCache

View File

@ -1,4 +1,3 @@
module ActiveRecord
# = Active Record Query Cache
class QueryCache

View File

@ -1,4 +1,3 @@
module ActiveRecord
module ReadonlyAttributes
extend ActiveSupport::Concern

View File

@ -1,4 +1,3 @@
module ActiveRecord
module Batches
# Looping through a collection of records from the database

View File

@ -1,4 +1,3 @@
module ActiveRecord
# = Active Record Schema
#

View File

@ -1,4 +1,3 @@
module ActiveRecord
# = Active Record Timestamp
#