parliament-routes 0.6.19 → 0.6.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10085919737f0e75e86ba86e45591b69f2566142
4
- data.tar.gz: 440f24f6074e54d391fc49b35501164b9f2b6ef4
3
+ metadata.gz: b4fd3a59a05f804a0d2e6bcbe3b3e70bac0f1cb9
4
+ data.tar.gz: 55c67cc058bc011f977cd22079823cb7452d9795
5
5
  SHA512:
6
- metadata.gz: 7de25607596185b41db45a3470e9d442719baa14b5735ef2566fe0217f02a1ab30f906fa0d5f49c16f3915c5c3ed9ef06f8befbb0869e51cac95f5ccfcc9c279
7
- data.tar.gz: 4823f0a94cc512394f5ec8c8b5216c11af64d7626528b48fe2d4fd934b0cc261e338cd0dccfb30f0a04332944bc65b27fe985e5bda734b882f6ec1852d26534c
6
+ metadata.gz: e8f01f31074ddc9849466c303c50b17d2af58f9640ad6894f22371de63612feb0cff423b64630c4935471c474be8d2c02c6a7c83aaa0dfec8bdbc8e3712c0f6e
7
+ data.tar.gz: b042bc313adfb0f312b4f94e5442b555dcfb093af2c0f6be0814be44fd0a8c947aea92469c15beac194cd2a8ce6f7729a41fab057e7b013eabcef993889ebdef
data/config/routes.rb CHANGED
@@ -29,6 +29,9 @@ Rails.application.routes.draw do
29
29
  # /who-should-i-contact-with-my-issue
30
30
  get '/who-should-i-contact-with-my-issue', to: 'meta#who_should_i_contact_with_my_issue'
31
31
 
32
+ ### Laying Bodies ###
33
+ get '/laying-bodies', to: 'laying_bodies#index', as: :laying_bodies
34
+
32
35
  ### Proposed Negative Statutory Instruments ###
33
36
  get '/proposed-negative-statutory-instruments', to: 'proposed_negative_statutory_instruments#index', as: :proposed_negative_statutory_instruments
34
37
  get '/proposed-negative-statutory-instruments/:proposed_negative_statutory_instrument_id', to: 'proposed_negative_statutory_instruments#show', as: :proposed_negative_statutory_instrument
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.6.19'.freeze
3
+ VERSION = '0.6.20'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parliament-routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.19
4
+ version: 0.6.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryony Watson