class NamingMethodDelegationTest

Public Instance Methods

test_model_name() click to toggle source
# File activemodel/test/cases/naming_test.rb, line 279
def test_model_name
  assert_equal Blog::Post.model_name, Blog::Post.new.model_name
end