Kompanije rade
This commit is contained in:
2
app/views/companies/_company.json.jbuilder
Normal file
2
app/views/companies/_company.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.extract! company, :id, :name, :id_number, :vat_number, :address_line_one, :address_line_two, :postal_code, :city, :entity, :country, :created_at, :updated_at
|
||||
json.url company_url(company, format: :json)
|
||||
Reference in New Issue
Block a user