Sha256: 6ccc6efee1afaeab5c679645086577297172fe9b70e8b3bba806c9a4c80d7b2b
Contents?: true
Size: 475 Bytes
Versions: 4
Compression:
Stored size: 475 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" 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mattknox-goaloc-0.2.1 | lib/goaloc.rb |
mattknox-goaloc-0.2.2 | lib/goaloc.rb |
mattknox-goaloc-0.2.3 | lib/goaloc.rb |
mattknox-goaloc-0.2.5 | lib/goaloc.rb |