mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 13:09:08 +01:00
forgot the @
This commit is contained in:
parent
f714e8d0e2
commit
2ffd514bf1
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ class GroupController < ApplicationController
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@group = current_user.groups.find_by_name!(params[:group_name])
|
@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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue