Update site.rb for bundle update.

This commit is contained in:
BoHung Chiu 2020-07-04 21:22:30 +08:00
parent a691508205
commit 2fab4d95c3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Site
field :enable_last_update, type: Boolean, :default => false
field :personal_plugins_sort, type: Array, :default => []
field :sign_up_roles, type: Array, :default => []
field :required_sign_up_attributes , :type => Hash , :default => {}
field :mobile_orbit_bar_title, localize: true
field :google_oauth_enabled, :type => Boolean, :default => false
field :google_client_id