Class: GapSerializer

Inherits:
ApplicationSerializer show all
Defined in:
app/serializers/gap_serializer.rb

Instance Method Summary collapse

Methods inherited from ApplicationSerializer

expire_cache_fragment!, fragment_cache

Methods inherited from ActiveModel::Serializer

#include!

Instance Method Details

#afterObject



10
11
12
# File 'app/serializers/gap_serializer.rb', line 10

def after
  @object.after
end

#beforeObject



6
7
8
# File 'app/serializers/gap_serializer.rb', line 6

def before
  @object.before
end