Class: Infold::SyncDbsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Infold::SyncDbsController
- Defined in:
- app/controllers/infold/sync_dbs_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
6 7 8 9 10 11 |
# File 'app/controllers/infold/sync_dbs_controller.rb', line 6 def create schema_rb = Infold::SchemaRb.new schema_rb.file_dump schema_rb.import flash.now[:info] = t('infold.flash.db_synced') end |
#show ⇒ Object
3 4 |
# File 'app/controllers/infold/sync_dbs_controller.rb', line 3 def show end |