Skip to content

Commit

Permalink
nodoc deprecated AR::Fixtures constant [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Oct 21, 2012
1 parent 67ec9b7 commit 4736c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/lib/active_record/fixtures.rb
Expand Up @@ -657,6 +657,7 @@ def yaml_file_path
#-- #--
# Deprecate 'Fixtures' in favor of 'FixtureSet'. # Deprecate 'Fixtures' in favor of 'FixtureSet'.
#++ #++
# :nodoc:
Fixtures = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveRecord::Fixtures', 'ActiveRecord::FixtureSet') Fixtures = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('ActiveRecord::Fixtures', 'ActiveRecord::FixtureSet')


class Fixture #:nodoc: class Fixture #:nodoc:
Expand Down

0 comments on commit 4736c14

Please sign in to comment.