Skip to content

Commit ded153f

Browse files
authored
added line_of_business, organisation_entity_type and external_links to organisations model (#391)
1 parent afd7fa5 commit ded153f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/xeroizer/models/organisation.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class Organisation < Base
4040
boolean :pays_tax
4141
string :version
4242
string :organisation_type
43+
string :organisation_entity_type
44+
string :line_of_business
4345
string :base_currency
4446
string :country_code
4547
boolean :is_demo_company
@@ -59,6 +61,7 @@ class Organisation < Base
5961

6062
has_many :addresses
6163
has_many :phones
64+
has_many :external_links
6265

6366
validates :sales_tax_basis, :message => "is not a valid option" do
6467
valid = true

0 commit comments

Comments
 (0)