treble37/rsocialize

View on GitHub
lib/rsocialize/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'rails'
module Rsocialize
  class Engine < Rails::Engine #cause rails to add its directories to the load path when the gem is required.
  end
end