File: grape_entity.rb

package info (click to toggle)
ruby-grape-entity 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 456 kB
  • sloc: ruby: 3,335; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

require 'active_support/version'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/hash/reverse_merge'
require 'active_support/core_ext/object/try'
require 'grape_entity/version'
require 'grape_entity/entity'
require 'grape_entity/delegator'
require 'grape_entity/exposure'
require 'grape_entity/options'
require 'grape_entity/deprecated'