We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a739f68 commit c214de3Copy full SHA for c214de3
lib/grape_entity/exposure/base.rb
@@ -1,5 +1,8 @@
1
# frozen_string_literal: true
2
3
+require 'active_support'
4
+require 'active_support/core_ext'
5
+
6
module Grape
7
class Entity
8
module Exposure
0 commit comments