diff options
Diffstat (limited to 'actionpack/test/lib/controller/fake_models.rb')
| -rw-r--r-- | actionpack/test/lib/controller/fake_models.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/lib/controller/fake_models.rb b/actionpack/test/lib/controller/fake_models.rb index 363403092b..f2362714d7 100644 --- a/actionpack/test/lib/controller/fake_models.rb +++ b/actionpack/test/lib/controller/fake_models.rb @@ -175,8 +175,8 @@ class HashBackedAuthor < Hash  end  module Blog -  def self._railtie -    self +  def self.use_relative_model_naming? +    true    end    class Post < Struct.new(:title, :id)  | 
