class Grape::Entity

Public Class Methods

inherited(subclass) click to toggle source
# File lib/napa/deprecations/grape_entity.rb, line 2
def self.inherited(subclass)
  ActiveSupport::Deprecation.warn 'Use of Grape::Entity is discouraged, please transition your code to Roar representers - https://github.com/bellycard/napa/blob/master/docs/grape_entity_to_roar.md', caller
end