remove unneeded line from apps_controller [ci skip]
This commit is contained in:
parent
46da8310f5
commit
7cef6a8d22
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
class AppsController < ApplicationController
|
||||
def show
|
||||
@app = 'cubbies'
|
||||
max_time = params[:max_time] ? Time.at(params[:max_time].to_i) : Time.now
|
||||
@posts = ActivityStreams::Photo.where(:public => true).for_a_stream(max_time, 'created_at')
|
||||
@commenting_disabled = true
|
||||
@people = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue