phcmemberspro 5.0.1 → 5.0.2

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: 06aac872b7e31bf0558bbc4571a41e8b87ff8349
4
- data.tar.gz: f1f20865bd98b04b745ddb7d434e0da71a59cb66
3
+ metadata.gz: 15cf52c2f4c203970bf32fed7baf176f0263fe8d
4
+ data.tar.gz: 7417d83b8842cf62213e855f809bf5291cc8d5c5
5
5
  SHA512:
6
- metadata.gz: 12c65d10224792735f2d4d1cc2dd696a404a82efe005c2bff340f227607dc88c82439cb5065b362341074db9aa2fc525ff7116453367e57788802e75030300bf
7
- data.tar.gz: aa87ae8eac2a9422a1cc430a05ef770e36e251e753e06a08011d45b5b12951ad35a7530d7033bf732b32602f58ef637a4bc165095e360a17fc0ad3d6d6819caa
6
+ metadata.gz: 07ba8ffbf1e5b31cd4707f790307774c6461c1d211b67a80cb257ddaff7bd4dc5d1060747e412c4f23cb981a8ab002266b699271d90e952645c47fa00e0015cb
7
+ data.tar.gz: 592fe9ccb9b96a2624190f7c15e1b4fe2cf7afcdf5b135d45bedeee3a7876db0546ac3ee344919ca02f0f85b63f62ab35e307f9df645d937574d1a4e22fc2c51
@@ -18,7 +18,7 @@ module Phcmemberspro
18
18
  # Member Members Business Information Index
19
19
  def index
20
20
  main = Members::Main.find(params[:main_id])
21
- @members_business = main.businesses.scoped_to(current_account).order('mbcompanyname ASC')
21
+ @members_businesses = main.businesses.scoped_to(current_account).order('mbcompanyname ASC')
22
22
  end
23
23
 
24
24
  # New Member Members Business Information
@@ -18,7 +18,7 @@ module Phcmemberspro
18
18
  # Member Contact Index
19
19
  def index
20
20
  main = Members::Main.find(params[:main_id])
21
- @members_contact = main.contacts.scoped_to(current_account).order('mccontactname ASC')
21
+ @members_contacts = main.contacts.scoped_to(current_account).order('mccontactname ASC')
22
22
  end
23
23
 
24
24
  # Detailed Member Contact Information
@@ -43,7 +43,7 @@
43
43
  </tr>
44
44
  </thead>
45
45
  <tbody>
46
- <% @members_contact.each do |members_contact| %>
46
+ <% @members_contacts.each do |members_contact| %>
47
47
  <tr>
48
48
  <td><%= members_contact.mccity %></td>
49
49
  <td><%= members_contact.mcprovince %></td>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "5.0.1"
2
+ VERSION = "5.0.2"
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: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts