Sha256: eb0b26e2a6bda37faabc99d48cb4d47f3e28da49db5fb7987246c09be95b1465

Contents?: true

Size: 621 Bytes

Versions: 1

Compression:

Stored size: 621 Bytes

Contents

--------------------------------------

# Welcome to Axel

## Configuration

In your `app/controllers/application_controller.rb` change to:

```ruby
class ApplicationController < Axel::BaseController
  layout "axel" # For json and xml API output
  #.......
  #.......
end
```

Please see `config/initializers/axel.rb` to configure inter-service connection.

You'll also want to have a look at the README.md found at the project homepage:
http://github.com/tstmedia/axel.  There you'll find more information about what the
`Axel::BaseController` can do for your API controllers and how to operate inter-
service requests.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
axel-0.0.1 lib/generators/templates/README.md