I need to paginate a object list that i created and i don’t find how.
models:
User
has_many :projects
:through=> :particioant
Participant
belongs_to :project
belongs_to :user
User
has_many :projects
:through => :participants
and i need to paginate: @projects = current_user.projects