Class: JoinAction
- Inherits:
-
Action
- Object
- ActiveRecord::Base
- Action
- JoinAction
show all
- Defined in:
- app/models/actions/join_action.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Action
create_of_type, #default_starred_to_false, #editable?, for_organization, from_open_struct, #full_details, #quip, recent, #sentence, #set_creator, #set_params, subtypes_by_type, #to_open_struct, #unstarred?, #verb
#destroy, #destroyable?
Class Method Details
.subtypes ⇒ Object
6
7
8
|
# File 'app/models/actions/join_action.rb', line 6
def self.subtypes
[]
end
|
Instance Method Details
#action_type ⇒ Object
2
3
4
|
# File 'app/models/actions/join_action.rb', line 2
def action_type
"Join"
end
|