The Admin

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'the-admin'

And then execute:

$ bundle

Or install it yourself as:

$ gem install the-admin

Usage

To use in Sinatra add

require 'the-admin'

Configuration

the-admin.configuration do |config|
    config.bugsnag_api_key = "string"
end

Documentation

The gem is documented with YARD. You can run yard documentation using its inbuilt server. Following git clone...

~# cd the-admin-gem
~# bundle install
~# yard server --reload

and visit localhost:8808.

If you prefer to compile it to html (ex: to host)..

~# yard

For more information visit yardoc website or use...

~# yard --help

Contributing