Sha256: 72914f6d148c4adf44279bef514eb9d47a56e2d502e279ea478fa301c8dedba6
Contents?: true
Size: 404 Bytes
Versions: 24
Compression:
Stored size: 404 Bytes
Contents
lib_path = File.dirname(__FILE__) $LOAD_PATH.unshift(lib_path) unless $LOAD_PATH.include?(lib_path) require 'perennial' module <%= @application_module %> include Perennial VERSION = "0.0.1" manifest do |m, l| Settings.root = __FILE__.to_pathname.dirname.dirname # Initialize your controllers, e.g: # l.register_controller :client, <%= @application_module %>::Client end end
Version data entries
24 entries across 24 versions & 2 rubygems