Skip to content

Commit

Permalink
Enable EnumGuard plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jnv authored and jirutka committed May 24, 2017
1 parent 635b1d8 commit e5d3c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/database.rb
Expand Up @@ -14,6 +14,7 @@
DB.logger = Logging.logger[:sql]

Sequel::Model.plugin :timestamps, update_on_create: true
Sequel::Model.plugin :enum_guard
DB.extension :pg_hstore
DB.extension :pg_array
Sequel.extension :pg_array_ops
Expand Down

0 comments on commit e5d3c8d

Please sign in to comment.