Skip to content

Commit fcb4f82

Browse files
authored
Change to symbol for default settings (#145)
1 parent 6071075 commit fcb4f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/maglev.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def config
2626
c.favicon = nil
2727
c.logo = nil
2828
c.primary_color = '#040712'
29-
c.uploader = 'active_storage'
29+
c.uploader = :active_storage
3030
c.site_publishable = false
3131
c.preview_host = nil
3232
c.asset_host = Rails.application.config.action_controller.asset_host

0 commit comments

Comments
 (0)