Skip to content

Commit

Permalink
feat(cli-options): add active_storage as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
difernandez committed Jul 26, 2019
1 parent 246642e commit 09d046f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/potassium/cli_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module Potassium::CliOptions # rubocop:disable Metrics/ModuleLength
type: :flag,
name: "storage",
desc: "Decides which file storage to use. Available: active_storage, paperclip, none",
default_value: "active_storage",
default_test_value: "active_storage"
},
{
Expand Down

0 comments on commit 09d046f

Please sign in to comment.