Sha256: dd798b358aff2c5653c794dd6ca6f2b6e45e5ea4c3e6577dfdebfcd3bff7b473
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
class MiscController < ApplicationController layout "bacuview-layout" def about @page_title = "About" params['action'] = nil end def help @page_title = "Help" params['action'] = nil end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bacuview-1.5 | app/controllers/misc_controller.rb |