Methods
T
Instance Public methods
test_model_name()
# File activemodel/test/cases/naming_test.rb, line 277
def test_model_name
  assert_equal Blog::Post.model_name, Blog::Post.new.model_name
end