Method: Cellect::Server::Workflow#load_data
- Defined in:
- lib/cellect/server/workflow.rb
#load_data ⇒ Object
Loads subjects from the adapter
54 55 56 57 58 |
# File 'lib/cellect/server/workflow.rb', line 54 def load_data return if [:loading, :ready ].include? state self.state = :loading data_loader.async.load_data end |