we_bridge_rails_engine_orgs 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de33d3993b5400f1602ac9a1ca7c7a6d977ac726
4
- data.tar.gz: 390c4088ffa4ae3b0d90a0aca5127833ec70d786
3
+ metadata.gz: 0a745e7d0a4f94a06f1cce52a8c49616d3a41577
4
+ data.tar.gz: cd57d00bea9b8182e612db8d827e6f1153d8570f
5
5
  SHA512:
6
- metadata.gz: 38872d11acc88826033ffce1a004f28ebd40c4b1e58e10265ae9c25fc1555ebc32296238572aa35d8b80ded9f8110353b133cbcca9f8d2d5ef3c9f1fdcb0f634
7
- data.tar.gz: 617e2ab01197aa95e73350ae6998488bec1dd5130afcaef59259be2fdb583fc6e50d7366d138d4180c85ccee2578d2f14e961dc500dc68f5484967bbca42c29f
6
+ metadata.gz: 935335d55915346f733c7b5626fc0ca666468aaaed2dca8497d2789d70bff5c31da606a7dadb4a28aa7d34bd7f43368696fdb5b20901214c06ea524d4f93cd13
7
+ data.tar.gz: 63f8b23d156eb38d61cd305e4e4e687ce9ac775eb1e64a655d8ce5eb774b3a1b5994b44360d64be9fb259fe39c648548411c2d7fc0464565e195f1571550ef06
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- we_bridge_rails_engine_orgs (0.1.8)
4
+ we_bridge_rails_engine_orgs (0.1.9)
5
5
  actionview-helpers-auto_tag_helper
6
6
  activerecord-mlang
7
7
  we_bridge-auto_view_helper
@@ -14,7 +14,7 @@ class OrgBranch < ActiveRecord::Base
14
14
  default_scope ->(){ order :position, :id }
15
15
 
16
16
  def __display__
17
- self.text.name + self.org_branch_type.__display__
17
+ self.text.name.to_s + " " + self.org_branch_type.__display__
18
18
  end
19
19
 
20
20
  # @member : OrgMember
@@ -1,3 +1,3 @@
1
1
  module WeBridgeRailsEngineOrgs
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
Binary file