Sha256: 444396997c8f48a27cba07588957993f69f2a433bf8afa60b801b75c038ac942
Contents?: true
Size: 598 Bytes
Versions: 1
Compression:
Stored size: 598 Bytes
Contents
# Captive::Api Short description and motivation. ## Usage How to use my plugin. Implementation : ```ruby module Api module V1 class BaseController < Captive::Api::ApplicationController ... end end end ``` ## Installation Add this line to your application's Gemfile: ```ruby gem "captive-api" ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install captive-api ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
captive-api-1.0.0 | README.md |