RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ZuevEvgenii
Anyone faced with this problem? When I do like this:
text :comments do comments.map(&:content) end
And then try to destroy article in model of which has line:
has_many :comments, :dependent => :destroy
Comments are not deleted!
Anyone faced with this problem?
When I do like this:
And then try to destroy article in model of which has line:
Comments are not deleted!