Controller
@topics = Topic.page(params[:topics_page]).per(5)
@activities = Activity.page(params[:activities_page]).per(10)
View
= paginate @topics, param_name: 'topics_page'
= paginate @activities, param_name: 'activities_page'
Go to list of users who liked
More than 5 years have passed since last update.
Controller
@topics = Topic.page(params[:topics_page]).per(5)
@activities = Activity.page(params[:activities_page]).per(10)
View
= paginate @topics, param_name: 'topics_page'
= paginate @activities, param_name: 'activities_page'
Register as a new user and use Qiita more conveniently
Go to list of users who liked