Sha256: f80ef090d3c1405d20463df5ca1c3aef4184f8c7c59fa91992879d59759eaa67
Contents?: true
Size: 536 Bytes
Versions: 9
Compression:
Stored size: 536 Bytes
Contents
require_relative "../appy-app" module AppyApp class Extension < Hippo::Extensions::Definition identifier "appy-app" title "AppyApp" root_path Pathname.new(__FILE__).dirname.join("..","..").expand_path # If a data structure that can be represented as JSON # is returned from this method, it will be passed to # the setBootstrapData method in client/appy-app/Extension.coffee # when the app boots def client_bootstrap_data nil end end end
Version data entries
9 entries across 9 versions & 1 rubygems