Sha256: 4837e8fb5e487ea37139c4c098a3c6ca3365f102689fc5f57113f1f0b848902a
Contents?: true
Size: 508 Bytes
Versions: 3
Compression:
Stored size: 508 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require "rubygems" require "activesupport" require "goaloc/app" require "goaloc/model" require "goaloc/generators/generator" require "goaloc/generators/rails" require "goaloc/generators/merb" module Goaloc end @app = App.new APP = @app def generate(*args) @app.generate(*args) end def route(*args) @app.route(*args) end def add_attrs(h) @app.add_attrs(h) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mattknox-goaloc-0.2.6 | lib/goaloc.rb |
mattknox-goaloc-0.2.7 | lib/goaloc.rb |
mattknox-goaloc-0.2.8 | lib/goaloc.rb |