lib/grape_entity/exposure/base.rb in grape-entity-0.10.1 vs lib/grape_entity/exposure/base.rb in grape-entity-0.10.2

- old
+ new

@@ -1,6 +1,9 @@ # frozen_string_literal: true +require 'active_support' +require 'active_support/core_ext' + module Grape class Entity module Exposure class Base attr_reader :attribute, :is_safe, :documentation, :override, :conditions, :for_merge