Class: BucketSerializer

Inherits:
ActiveModel::Serializer
  • Object
show all
Defined in:
app/serializers/bucket_serializer.rb

Instance Method Summary collapse

Instance Method Details

#pathObject



8
9
10
# File 'app/serializers/bucket_serializer.rb', line 8

def path
  Rails.application.routes.url_helpers.bucket_path(token: object.token)
end