fix chaining of hidden_attributes/method_attributes
This commit is contained in:
@@ -104,7 +104,7 @@ class ForumPost < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def hidden_attributes
|
||||
[:text_index]
|
||||
super + [:text_index]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user