Sha256: 3e82ef99e3cad4b42b027491f0767b57c89b684cc16ef53b42bb01787fff5e07

Contents?: true

Size: 365 Bytes

Versions: 3

Compression:

Stored size: 365 Bytes

Contents

# This is necessary because the generators live in `lib/generators`
# this path is on the Rubygems load path and the first wins. We need
# to ensure the ember-appkit-rails is always on the load path *before*
# ember-rails

$:.delete(File.expand_path('..', __FILE__))
$:.unshift(File.expand_path('..', __FILE__))

require 'ember/appkit'
require 'ember/appkit/rails'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ember-appkit-rails-0.2.2 lib/ember-appkit-rails.rb
ember-appkit-rails-0.2.1 lib/ember-appkit-rails.rb
ember-appkit-rails-0.2.0 lib/ember-appkit-rails.rb