Sha256: c8011d539477b3f8e82a59931c6b5324ebe9459e5b32560df83c0fe279861eb6

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

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

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

    use Apimaster::Application

    before do
      # authorize
    end

    # controllers
    use IndexController
    # use YourCountroller

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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