This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install sam-dm-core
commit da8cd46364d10fb679beb660b604eecddf298f29
tree 1bab77564d7e721ed77b8ba46f1b83812d175a47
parent 450fee38931c30181198e7bac3d04ef5c876bd9f
tree 1bab77564d7e721ed77b8ba46f1b83812d175a47
parent 450fee38931c30181198e7bac3d04ef5c876bd9f
... |
... |
|





Comments
I’m not sure dm-core should know anything about dm-validations’ internals. It should be possible to make dm-validates modify Model’s inherited method so this happens. In general its ok for plugins to know enough about Model to override/replace the behaviour with their own, but I don’t think the reverse should be true.
I would probably try using Hooks instead of overriding.