Sha256: 44a12437486a44d96575a4b7a894ce7558f653278d8ab4f6d69ead191339091f

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 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 ExamplesController
    # use YourCountroller

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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