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

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

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

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

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

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

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

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

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