Generated as mountable Rails Engine

This commit is contained in:
domaindrivendev
2015-01-12 11:10:33 -08:00
parent 87f764ead0
commit e4da21b9c5
60 changed files with 908 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)