ad_man 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/config/routes.rb +5 -7
  2. data/lib/ad_man/version.rb +1 -1
  3. metadata +1 -1
data/config/routes.rb CHANGED
@@ -1,12 +1,10 @@
1
1
  AdMan::Engine.routes.draw do
2
2
  resources :keywords
3
- resources :advertisements do
4
- collection do
5
- match 'click_through/:id' => "advertisements#click_through", :as => :click_through
6
- match '/advertisements/get_ad/:id' => 'advertisements#get_ad'
7
- end
8
- end
9
-
3
+ resources :advertisements
4
+
5
+ match 'ad_man/advertisements/click_through/:id' => "advertisements#click_through", :as => :click_through
6
+ match 'ad_man/advertisements/get_ad/:id' => 'advertisements#get_ad'
7
+
10
8
  root :to => "advertisements#index"
11
9
 
12
10
  end
@@ -1,3 +1,3 @@
1
1
  module AdMan
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ad_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: