Sha256: 948ccc4b77d69602549ed29d8b7f13fe2f68318afc4032ba5a4d2a653a071bab
Contents?: true
Size: 306 Bytes
Versions: 21
Compression:
Stored size: 306 Bytes
Contents
require_dependency "faalis/application_controller" module Faalis class HomeController < ApplicationController include Faalis::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
21 entries across 21 versions & 1 rubygems