Sha256: ad31f4c8fd10e67db72e8b22adea739aefe2b0393a313e6d80a6f425053fa987
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
require_dependency "red_base/application_controller" module RedBase class HomeController < ApplicationController include RedBase::Dashboard::Module name = "home" # priority 100 # show_me_on :header def index end def content_for_header render "homelink" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
red_base-0.6.0 | app/controllers/red_base/home_controller.rb |
red_base-0.5.1 | app/controllers/red_base/home_controller.rb |
red_base-0.5.0 | app/controllers/red_base/home_controller.rb |