lib/generators/carload/templates/carload.rb in carload-0.1.0 vs lib/generators/carload/templates/carload.rb in carload-0.2.0

- old
+ new

@@ -1,8 +1,11 @@ Carload.setup do |config| # Specify which authentication solution is used. Currently, we only support Devise. config.auth_solution = :devise + # Specify which file upload solution is used. Currently, we only support Carrierwave. + config.upload_solution = :carrierwave + # Set the actions used to discern user's permission to access dashboard. # # config.dashboard.permits_user.<method> = '...' # # There are four access methods can be configured: