parliament-routes 0.6.23 → 0.6.25

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: 523b7cfc2349fe12b93f00f16f4be17835bd5948
4
- data.tar.gz: 4f199acdfe8b8369b34996f28154f545b6e7dab3
3
+ metadata.gz: 4fd2ad173b77f8cab34984f84496840e1895f5dd
4
+ data.tar.gz: e2faf0dbf1b138dd8ab746982b9a5086573abc41
5
5
  SHA512:
6
- metadata.gz: d31de8855f918ec31f43c54449b8d63c0fc266ba9063541a8d6e52adfb9017aed85a1d65c2069ff1e8eacf8d52415fe4be3053c0dab13f9ee96bb2937e2d8885
7
- data.tar.gz: 2751b279d5a69083a115c4bbba632f9c36b8f2576467b32963e0fc120697ebf979d7db0178de94700eaa47824f2300b3bca1ccbec3cd38c2a1897b0072716465
6
+ metadata.gz: 03443304c0f03e07ef4ee41c74283547e4f746b50fe2025babc56df7c0a5669a9dc79ffd32c6cf48e4ac6cf8b7244a49e6e550fb7e4a9cfee30621b10ae132c7
7
+ data.tar.gz: 86344f73cdd146ec22fb11b3bda83a57520b8a71728536fe6763d54f9fec545e42d14b2378db93a2ea008d1647f88d536dbac3315e60c68de23a4c772727cc9b
data/config/routes.rb CHANGED
@@ -497,9 +497,9 @@ Rails.application.routes.draw do
497
497
  scope '/availability-types', as: 'availability_types' do
498
498
  get '/', to: 'groups/made_available/availability_types#index'
499
499
 
500
- # /groups/:group_id/made-available/availability-types/layings
501
- scope '/layings', as: 'layings' do
502
- get '/', to: 'groups/made_available/availability_types/layings#index'
500
+ # /groups/:group_id/made-available/availability-types/laid-papers
501
+ scope '/laid-papers', as: 'laid_papers' do
502
+ get '/', to: 'groups/made_available/availability_types/laid_papers#index'
503
503
  end
504
504
  end
505
505
  end
@@ -1,5 +1,5 @@
1
1
  module Parliament
2
2
  module Engine
3
- VERSION = '0.6.23'.freeze
3
+ VERSION = '0.6.25'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parliament-routes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.23
4
+ version: 0.6.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bryony Watson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-08 00:00:00.000000000 Z
11
+ date: 2018-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails