Sha256: a3bc2c79c917302220308a2e5d27e44e47816c7007dbc0618e49f0aa4495f913
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
module Anubis module Core ## # Module contains all procedures and function for {IndexController}. Consists of {Actions} and {Callbacks} module. module Index ## # Module contains all callbacks {IndexController}. module Callbacks ## # Calls before menu output data. def before_menu_output end ## # Calls when menu data is being output def around_menu_output(data) data end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anoubis-1.0.0 | app/controllers/anoubis/core/index/callbacks.rb |