Ruby on Rails Sunday, October 30, 2011

On Oct 29, 9:47 pm, Grary Stimon <li...@ruby-forum.com> wrote:
> Hey,
>
> I'm trying to specify validations with ActiveModel::Validations at the
> module level, i.e., I wish to mix-in validations to a module. I am not
> succeeding at this, however. How do I mix-in ActiveModel::Validations
> into another module and use its methods just as I would in a class?
>

I'm not sure what you mean. Do you want want to put a shared set of
validations in a module or create a module that when included adds a
set of validations (among other things)

Fred
> Thanks,
>
> L
>
> --
> Posted viahttp://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment