phcmemberspro 3.0.9 → 3.1.0

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: 622271ff86cfae79c1e39409f1561eb2d4a0685c
4
- data.tar.gz: 51d5eea14bfee949970961166f1dff3cb44ecb61
3
+ metadata.gz: 340ce0499a1bbb922c2d6b082b0581c8a63a0ecb
4
+ data.tar.gz: 6387bb5bfffcdbbf0b08064706179a1f02a258b6
5
5
  SHA512:
6
- metadata.gz: 722c888ee035a20d1bd0c85eac68f889b53144a264fecc35fad8772d88aa914c6683a1a1f4fa44d27e6c28d830411f85ca02a771dc70ccd5af38e5a5c1124d4a
7
- data.tar.gz: 86b0635e9624b393d9eba590fc5878dc79e26bf957a57cc1ed515a20c82054abf70df9c96cccdfbe10d77d81de8b15a778ad0d528d53ce7d58ee2704746a17d0
6
+ metadata.gz: 719e82b3d0d500eea52fe0b336047a78f94fcaa14044b9e7b50741d5f2bb55fa269923cc7e6db100a76a1f0e33bf39b25ed0eaee15ba588a1dd1586b7052f74b
7
+ data.tar.gz: 3d9a9ad9ce1016e37c90249ec81f7706af4476d989586d765cfef99d92ee917a7ed06caf43e1dfd3e2936203ccf78d2c2f478bf9327bc49a322e543a6b4cb16a
@@ -15,7 +15,6 @@ module Phcmemberspro
15
15
  # Model Relationships
16
16
  belongs_to :main, class_name: 'Members::Main'
17
17
  has_many :catlists, class_name: 'Directory::Catlist', dependent: :destroy
18
- before_create :listing_country_name
19
18
 
20
19
  # Validation for Form Fields
21
20
  validates :mlcontactname,
@@ -5,7 +5,7 @@
5
5
 
6
6
  <div class="form-group field_with_errors">
7
7
  <label>Select a Listing</label>
8
- <%= collection_select(:directory_catlist, :listing_id, Phcmembers::Members::Listing.order('mlcompanyname'), :id, :mlcompanyname, {}, {class: "form-control form-control-sm"}) %>
8
+ <%= collection_select(:directory_catlist, :listing_id, Phcmemberspro::Members::Listing.order('mlcompanyname'), :id, :mlcompanyname, {}, {class: "form-control form-control-sm"}) %>
9
9
  </div>
10
10
 
11
11
  <div class="actions">
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "3.0.9"
2
+ VERSION = "3.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts