Class: Controller::Answer

Inherits:
JunglePath::Controller::Base show all
Defined in:
lib/jungle_path/app/controllers/generated.rb

Instance Attribute Summary

Attributes inherited from JunglePath::Controller::Base

#table_class

Instance Method Summary collapse

Methods inherited from JunglePath::Controller::Base

#create_table, #delete, #delete_rows, #drop_table, #insert, #reset_table, #select, #update

Constructor Details

#initialize(current_user, current_key, params, db) ⇒ Answer

Returns a new instance of Answer.



8
9
10
# File 'lib/jungle_path/app/controllers/generated.rb', line 8

def initialize(current_user, current_key, params, db)
  super(current_user, current_key, params, db, Schema::Answer)
end