diogob/activerecord-postgres-hstore

View on GitHub
lib/activerecord-postgres-hstore.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'active_support'

if defined? Rails
  require "activerecord-postgres-hstore/railties"
else
  ActiveSupport.on_load :active_record do
    require "activerecord-postgres-hstore/activerecord"
  end
end
require "activerecord-postgres-hstore/coder"