Sha256: 7bc8239dbe9a53f1c3930d09e593e23122dcb2cd1224aa26b13a95c0dd122fb4

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

# encoding: utf-8
#
# Copyright (C) 2011-2012  AdMaster, Inc.

module <%= module_name %>
  class Application < Sinatra::Base

    use Apimaster::Application

    # controllers
    use BeforesController
    use IndexController
    # use YourCountroller

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
apimaster-0.0.4 lib/apimaster/generators/templates/config/application.rb.erb