mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Require money gem after initialize
This commit is contained in:
parent
3c5283b0e2
commit
1ae2e6ba7b
2 changed files with 2 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -51,7 +51,7 @@ gem 'jbuilder', '~> 2.2.6' # json api
|
||||||
# registry specfic
|
# registry specfic
|
||||||
gem 'simpleidn', '~> 0.0.5' # For punycode
|
gem 'simpleidn', '~> 0.0.5' # For punycode
|
||||||
gem 'isikukood' # for EE-id validation
|
gem 'isikukood' # for EE-id validation
|
||||||
gem 'money-rails', '~> 1.3.0' # Money helpers
|
gem 'money-rails', '~> 1.3.0', require: false # Money helpers
|
||||||
|
|
||||||
# deploy
|
# deploy
|
||||||
gem 'whenever', '~> 0.9.4', require: false
|
gem 'whenever', '~> 0.9.4', require: false
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# encoding : utf-8
|
# encoding : utf-8
|
||||||
|
require 'money-rails'
|
||||||
|
|
||||||
MoneyRails.configure do |config|
|
MoneyRails.configure do |config|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue