Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos
torque-postgresql
Wiki
Configuring
Configuring
· Changes
Page history
Updated Configuring (markdown)
authored
Sep 04, 2019
by
Carlos
Show whitespace changes
Inline
Side-by-side
Configuring.md
View page @
c2f4423d
...
@@ -2,7 +2,7 @@ Some resources may have extra configurations that can be set in your `applicatio
...
@@ -2,7 +2,7 @@ Some resources may have extra configurations that can be set in your `applicatio
```
ruby
```
ruby
# application.rb
# application.rb
Torque
::
PostgreSQL
.
configure
do
|
c
|
Torque
::
PostgreSQL
.
configure
do
|
c
|
c
.
enum
.
initializer
=
true
c
.
enum
.
base_method
=
:pg_enum
end
end
```
```
...
...