Class: Txdb::Handlers::Triggers::PushHandler
- Defined in:
- lib/txdb/handlers/triggers/push_handler.rb
Instance Attribute Summary
Attributes inherited from Handler
Instance Method Summary collapse
Methods inherited from Handler
Constructor Details
This class inherits a constructor from Txdb::Handlers::Triggers::Handler
Instance Method Details
#handle ⇒ Object
6 7 8 9 10 11 |
# File 'lib/txdb/handlers/triggers/push_handler.rb', line 6 def handle handle_safely do Uploader.new(database).upload_table(table) respond_with(200, {}) end end |