Sha256: 6c71a62f7685f56d0628aa4e759217e304c1d9fb820144214fd5d75738888c74

Contents?: true

Size: 157 Bytes

Versions: 11

Compression:

Stored size: 157 Bytes

Contents

class HomeController < ApplicationController
  before_filter :authenticate_user!

  def index
    @activities = PublicActivity::Activity.limit(15)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tawork-0.0.11 app/controllers/home_controller.rb
tawork-0.0.10 app/controllers/home_controller.rb
tawork-0.0.9 app/controllers/home_controller.rb
tawork-0.0.8 app/controllers/home_controller.rb
tawork-0.0.7 app/controllers/home_controller.rb
tawork-0.0.6 app/controllers/home_controller.rb
tawork-0.0.5 app/controllers/home_controller.rb
tawork-0.0.4 app/controllers/home_controller.rb
tawork-0.0.3 app/controllers/home_controller.rb
tawork-0.0.2 app/controllers/home_controller.rb
tawork-0.0.1 app/controllers/home_controller.rb