We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9f9d0 commit b5bb3d8Copy full SHA for b5bb3d8
test/action_view/models/post.rb
@@ -17,33 +17,7 @@ def persisted?
17
false
18
end
19
20
- # alias_method :secret?, :secret
21
-
22
- # def persisted=(boolean)
23
- # @persisted = boolean
24
- # end
25
26
- # def persisted?
27
- # @persisted
28
29
30
- # def client_side_validation_hash
31
- # {
32
- # :cost => {
33
- # :presence => [{
34
- # :message => "can't be blank"
35
- # }]
36
- # }
37
38
39
40
- # attr_accessor :author
41
- # def author_attributes=(attributes); end
42
43
attr_accessor :comments, :comment_ids
44
def comments_attributes=(attributes); end
45
46
- # attr_accessor :tags
47
- # def tags_attributes=(attributes); end
48
49
0 commit comments