Module: LatoSpaces::AssociableRequired

Extended by:
ActiveSupport::Concern
Defined in:
app/models/concerns/lato_spaces/associable_required.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lato_spaces_group_id=(value) ⇒ Object (writeonly)

Sets the attribute lato_spaces_group_id

Parameters:

  • value

    the value to set the attribute lato_spaces_group_id to.



4
5
6
# File 'app/models/concerns/lato_spaces/associable_required.rb', line 4

def lato_spaces_group_id=(value)
  @lato_spaces_group_id = value
end