Sha256: 4d8cd3fe96c25b0edcc2a6185cf9424a52c692a890600b69b74d513bdce4d96b

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

require_dependency "kawara/application_controller"

module Kawara
  class HomeController < ApplicationController
    def index
      @articles = Article.latest
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kawara-0.3.2 app/controllers/kawara/home_controller.rb
kawara-0.3.1 app/controllers/kawara/home_controller.rb
kawara-0.3.0 app/controllers/kawara/home_controller.rb
kawara-0.2.0 app/controllers/kawara/home_controller.rb