class Endpoints::Schema

Private Instance Methods

schema_filename() click to toggle source
# File lib/template/lib/endpoints/schema.rb, line 15
def schema_filename
  "#{Config.root}/schema/schema.json"
end