hanami-serializer icon indicating copy to clipboard operation
hanami-serializer copied to clipboard

Add ability to use hanami-entities as a base object

Open davydovanton opened this issue 8 years ago • 3 comments

Something like this:

module Api::Serializers
  module Controller
    class Show < Hanami::Serializer::Base
      entity User
    end
  end
end

davydovanton avatar Nov 29 '17 15:11 davydovanton

@davydovanton i can take it

frostmark avatar Mar 05 '18 13:03 frostmark

@davydovanton Can you describe in more detail this feature?

frostmark avatar Mar 05 '18 13:03 frostmark

hey, I'm thinking about change this repo to other version that's why let's hold this issue before 0.2 release 👍

davydovanton avatar Mar 28 '18 09:03 davydovanton