forgot the @
This commit is contained in:
parent
f714e8d0e2
commit
2ffd514bf1
|
@ -3,6 +3,6 @@ class GroupController < ApplicationController
|
|||
|
||||
def index
|
||||
@group = current_user.groups.find_by_name!(params[:group_name])
|
||||
@timeline = group.timeline.paginate(page: params[:page])
|
||||
@timeline = @group.timeline.paginate(page: params[:page])
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue