Sha256: 0c642f9b72524969cedef714ac93e788fc1e03922b0131308de3f1b63802b638
Contents?: true
Size: 139 Bytes
Versions: 3
Compression:
Stored size: 139 Bytes
Contents
module Weeler class HomeController < BaseController def index; end def about @current_menu_item = "about" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
weeler-0.0.4 | app/controllers/weeler/home_controller.rb |
weeler-0.0.3 | app/controllers/weeler/home_controller.rb |
weeler-0.0.2 | app/controllers/weeler/home_controller.rb |