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

Version Path
easy_rails_money-0.0.9.pre1 lib/easy_rails_money.rb
easy_rails_money-0.0.9.pre lib/easy_rails_money.rb
easy_rails_money-0.0.8 lib/easy_rails_money.rb
easy_rails_money-0.0.7 lib/easy_rails_money.rb
easy_rails_money-0.0.6 lib/easy_rails_money.rb
easy_rails_money-0.0.5 lib/easy_rails_money.rb
easy_rails_money-0.0.4 lib/easy_rails_money.rb
easy_rails_money-0.0.3 lib/easy_rails_money.rb