instedd-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
data/lib/instedd_rails/engine.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require File.expand_path("../../../app/helpers/instedd_rails/application_helper", __FILE__)
|
2
2
|
require File.expand_path("../../../app/helpers/instedd_rails/instedd_app_helper", __FILE__)
|
3
3
|
require File.expand_path("../../../app/helpers/instedd_rails/mailer_helper", __FILE__)
|
4
|
-
require File.expand_path("../../../app/helpers/
|
4
|
+
require File.expand_path("../../../app/helpers/devise_helper", __FILE__)
|
5
5
|
|
6
6
|
module InsteddRails
|
7
7
|
class Engine < ::Rails::Engine
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: instedd-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Instedd
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-11-
|
13
|
+
date: 2011-11-16 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -39,8 +39,8 @@ files:
|
|
39
39
|
- Rakefile
|
40
40
|
- app/controllers/errors_controller.rb
|
41
41
|
- app/controllers/instedd_rails/tour_controller.rb
|
42
|
+
- app/helpers/devise_helper.rb
|
42
43
|
- app/helpers/instedd_rails/application_helper.rb
|
43
|
-
- app/helpers/instedd_rails/devise_helper.rb
|
44
44
|
- app/helpers/instedd_rails/instedd_app_helper.rb
|
45
45
|
- app/helpers/instedd_rails/mailer_helper.rb
|
46
46
|
- app/views/devise/confirmations/new.html.erb
|