Skip to content

Commit

Permalink
format as code [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurish committed Mar 14, 2016
1 parent 8b44687 commit 82e540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def self.current_version
MigrationFilenameRegexp = /\A([0-9]+)_([_a-z0-9]*)\.?([_a-z0-9]*)?\.rb\z/ # :nodoc:

# This class is used to verify that all migrations have been run before
# loading a web page if config.active_record.migration_error is set to :page_load
# loading a web page if <tt>config.active_record.migration_error</tt> is set to :page_load
class CheckPending
def initialize(app)
@app = app
Expand Down

0 comments on commit 82e540b

Please sign in to comment.