Sha256: 79f581533083cd2a2cdf8ff0e155a7945b42fec8c1421fff77603e885fb6996c
Contents?: true
Size: 469 Bytes
Versions: 17
Compression:
Stored size: 469 Bytes
Contents
module Droiuby class Plugins def self.descendants @descendants ||= [] end def self.inherited(descendant) descendants << descendant end #ran after all classes are initialized and before executing the MainActivity on_create method def after_bootstrap end #after a partial is rendered def after_partial_setup(view) end #after a complete view is rendered def after_view_setup end end end
Version data entries
17 entries across 17 versions & 1 rubygems