class Ridgepole::Rails::Command::Export

Public Instance Methods

command() click to toggle source
# File lib/ridgepole/rails/rake_task.rb, line 68
def command
  [*RIDGEPOLE_COMMAND, *%w(--export -o Schemafile), *options].shelljoin # rubocop:disable Lint/UnneededSplatExpansion
end