mirror of https://github.com/rails/rails
Merge pull request #16326 from itsNikolay/remove_blank_lines
remove blank lines at the start of the ActiveRecord files
This commit is contained in:
commit
55cedf288e
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue