class Kounta::Category

Public Instance Methods

resource_path() click to toggle source
# File lib/kounta/category.rb, line 9
def resource_path
  { companies: company_id, categories: id }
end