next-l/enju_leaf

View on GitHub
app/helpers/series_statements_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
60%
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