mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixes failing test, closes #1098.
This commit is contained in:
@@ -452,7 +452,7 @@ module ApplicationTests
|
||||
|
||||
app_file 'app/models/post.rb', <<-RUBY
|
||||
class Post
|
||||
def self.column_names
|
||||
def self.attribute_names
|
||||
%w(title)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user