Module: RTM::Validation::Association
- Defined in:
- lib/rtm/validation.rb
Instance Method Summary collapse
Instance Method Details
#valid? ⇒ Boolean
8 9 10 11 12 13 |
# File 'lib/rtm/validation.rb', line 8 def valid? return false unless parent return false unless type return false if roles.empty? true end |