juanroldan1989/event_finda_ruby

View on GitHub
lib/event_finda_ruby/categories.rb

Summary

Maintainability
A
0 mins
Test Coverage
module EventFindaRuby
  class Categories < Artists

    RESOURCE_SLUG = "categories".freeze

  end
end