Sha256: 2f2ac7b71134b3bd0ce9a37499525ae071af85bc707fdb83d8f4c86233ac8768

Contents?: true

Size: 171 Bytes

Versions: 7

Compression:

Stored size: 171 Bytes

Contents

class HomeController < ApplicationController
  def index
    @projects = Project.limit(5).order('created_at DESC').all
    @page = Page.where(name: 'Home').first
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/controllers/home_controller.rb
voluntary-0.7.0 app/controllers/home_controller.rb
voluntary-0.6.0 app/controllers/home_controller.rb
voluntary-0.5.2 app/controllers/home_controller.rb
voluntary-0.5.1 app/controllers/home_controller.rb
voluntary-0.5.0 app/controllers/home_controller.rb
voluntary-0.4.0 app/controllers/home_controller.rb