aitor-tog_social 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ class TestController < ApplicationController
2
+
3
+ def denied
4
+
5
+ end
6
+
7
+ end
@@ -0,0 +1 @@
1
+ <h1>Hey tog!</h1>
@@ -2,3 +2,5 @@
2
2
  # add <tt>map.resources</tt>, here you would add just <tt>resources</tt>
3
3
 
4
4
  # resources :tog_socials
5
+
6
+ root :controller => "welcome"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aitor-tog_social
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aitor Garcia
@@ -25,12 +25,13 @@ extra_rdoc_files: []
25
25
 
26
26
  files:
27
27
  - app/helpers
28
+ - app/controllers/test_controller.rb
28
29
  - app/models/friendship.rb
29
30
  - app/models/group.rb
30
31
  - app/models/membership.rb
31
32
  - app/models/profile.rb
32
33
  - app/models/user.rb
33
- - app/views
34
+ - app/views/test/denied.html.erb
34
35
  - config/routes.rb
35
36
  - db/migrate/001_create_tog_social_tables.rb
36
37
  - init.rb