Class: Troles::Adapters::ActiveRecord::Storage::StringMany

Inherits:
Storage::StringMany show all
Defined in:
lib/troles/adapters/active_record/storage/embed_many.rb

Instance Attribute Summary

Attributes inherited from Common::Storage

#role_subject

Instance Method Summary collapse

Methods inherited from Storage::StringMany

#clear!, #display_roles, #ds_field_value?, #set_default_role!, #set_roles

Methods inherited from Common::Storage

#ds_field_name, #ds_field_value, #name, #persist_role_changes!, #set_ds_field, #valid_roles

Constructor Details

#initialize(role_subject) ⇒ StringMany

Returns a new instance of StringMany.



4
5
6
# File 'lib/troles/adapters/active_record/storage/embed_many.rb', line 4

def initialize role_subject
  super
end