We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config/initalizer/xirr.rb
Xirr.configure do |config| config.period = 5000 end
Entering the rails console and checking Xirr::PERIOD its still the default value 365.
Xirr::PERIOD
365
rails 5.2 ruby 2.5.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
config/initalizer/xirr.rb
Entering the rails console and checking
Xirr::PERIOD
its still the default value365
.rails 5.2
ruby 2.5.x
The text was updated successfully, but these errors were encountered: