Sha256: 6c561b0574ea31f562a28fa77555d331cc457ef0844e0d13d26b19e352621e5d
Contents?: true
Size: 249 Bytes
Versions: 52
Compression:
Stored size: 249 Bytes
Contents
module SeriesStatementsHelper include ManifestationsHelper def series_pagination_link if flash[:manifestation_id] render 'manifestations/paginate_id_link', manifestation: Manifestation.find(flash[:manifestation_id]) end end end
Version data entries
52 entries across 51 versions & 2 rubygems