Classes: Create, Load
12 13 14
# File 'lib/churned/commands/db.rb', line 12 def create Create.execute end
16 17 18
# File 'lib/churned/commands/db.rb', line 16 def load(filename) Load.execute(filename) end