Skip to content
Permalink
Browse files
authentication is no longer part of this repo
  • Loading branch information
parndt committed Sep 19, 2015
1 parent efbae08 commit 9491934
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
@@ -4,7 +4,6 @@
Gemfile
lib/**/*
Rakefile
authentication/**/*.rb
core/**/*.rb
images/**/*.rb
pages/**/*.rb
@@ -1,6 +1,6 @@
ENV['RAILS_ENV'] ||= 'TEST'
require 'active_support'
EXTENSIONS = %w[authentication core images pages resources]
EXTENSIONS = %w[core images pages resources]
Dir[File.expand_path("../{#{EXTENSIONS.join(',')}}/app/models", __FILE__)].each do |model_dir|
$:.push File.expand_path('../../app/models/', __FILE__)
end
@@ -1,4 +1,4 @@
ENGINES = %w{ authentication core images pages resources testing }
ENGINES = %w{ core images pages resources testing }

require File.expand_path('../../core/lib/refinery/version', __FILE__)
version = Refinery::Version.to_s

0 comments on commit 9491934

Please sign in to comment.