timeline wotking, renmed left column
This commit is contained in:
6
app/controllers/timeline_controller.rb
Normal file
6
app/controllers/timeline_controller.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class TimelineController < ApplicationController
|
||||
|
||||
def index
|
||||
@members = Member.visible_scope.where("leaving > ? " , Date.today).order(:arriving).page(1)
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user