Skip to content

Commit b5bb3d8

Browse files
committed
Remove commented code
1 parent fd9f9d0 commit b5bb3d8

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

test/action_view/models/post.rb

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,7 @@ def persisted?
1717
false
1818
end
1919

20-
# alias_method :secret?, :secret
21-
22-
# def persisted=(boolean)
23-
# @persisted = boolean
24-
# end
25-
26-
# def persisted?
27-
# @persisted
28-
# end
29-
30-
# def client_side_validation_hash
31-
# {
32-
# :cost => {
33-
# :presence => [{
34-
# :message => "can't be blank"
35-
# }]
36-
# }
37-
# }
38-
# end
39-
40-
# attr_accessor :author
41-
# def author_attributes=(attributes); end
42-
4320
attr_accessor :comments, :comment_ids
4421
def comments_attributes=(attributes); end
45-
46-
# attr_accessor :tags
47-
# def tags_attributes=(attributes); end
4822
end
4923

0 commit comments

Comments
 (0)