Sha256: 8d36e2bdb94905bce91b095f7831686bf24c2c968a389eb302b0c136e7150cd9
Contents?: true
Size: 252 Bytes
Versions: 69
Compression:
Stored size: 252 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
69 entries across 69 versions & 1 rubygems