module SteemData
Constants
- VERSION
Public Instance Methods
load(path = "
click to toggle source
# File lib/steem_data.rb, line 18 def load(path = "#{File.dirname(__FILE__)}/../config/mongoid.yml", run_level = :production) Mongoid.load!(path, run_level) end