Sha256: e1d36f20df952ff9195c16db6d9d888019c451f8b92abc56e477a26a5088b8c9
Contents?: true
Size: 643 Bytes
Versions: 8
Compression:
Stored size: 643 Bytes
Contents
# -*- coding: utf-8 -*- require "money" require "easy_rails_money/version" require "easy_rails_money/configuration" # @author Deepak Kannan # “Young people, nowadays, imagine that money is everything. # # Yes, murmured Lord Henry, settling his button-hole in his coat; and when they grow older they know it.” # ― Oscar Wilde, The Picture of Dorian Gray and Other Writings # This library provides integration of [money](http://github.com/Rubymoney/money) gem with [Rails](https://github.com/rails/rails). module EasyRailsMoney extend Configuration end if defined? ActiveRecord require "easy_rails_money/active_record" end
Version data entries
8 entries across 8 versions & 1 rubygems