example/rails/config/environment.rb in rest-graph-1.2.1 vs example/rails/config/environment.rb in rest-graph-1.3.0
- old
+ new
@@ -17,10 +17,9 @@
# Specify gems that this application depends on and have them installed with rake gems:install
# config.gem "bj"
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "sqlite3-ruby", :lib => "sqlite3"
# config.gem "aws-s3", :lib => "aws/s3"
- config.gem 'rest-graph'
config.gem 'rest-graph', :lib => 'rest-graph/auto_load'
# Only load the plugins named here, in the order given (default is alphabetical).
# :all can be used as a placeholder for all plugins not explicitly named
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
\ No newline at end of file