Class: ChainTemplate

Inherits:
Object
  • Object
show all
Includes:
MongoMapper::Document, MongoMapper::StateMachine
Defined in:
lib/question_chain/models/chain_template.rb

Class Method Summary collapse

Methods included from MongoMapper::StateMachine

#model_state

Class Method Details

.attributes_for_apiObject



34
35
36
# File 'lib/question_chain/models/chain_template.rb', line 34

def self.attributes_for_api
  %w(id name for_resource account_id parent_resource)
end