Class: Infold::SyncDbsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/infold/sync_dbs_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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

#showObject



3
4
# File 'app/controllers/infold/sync_dbs_controller.rb', line 3

def show
end