Sha256: bdb0aa55caeac6e5d7572a92ed69d6596752235ec5440516cc2a0533522259e4
Contents?: true
Size: 508 Bytes
Versions: 6
Compression:
Stored size: 508 Bytes
Contents
module Anoubis 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
6 entries across 6 versions & 1 rubygems