Skip to content

chukitow/conekta_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conekta Dashboard

Rails engine that helps to visualize https://admin.conekta.io/ dashboard from our rails application

Installation

Add this line to your application's Gemfile:

gem 'conekta_dashboard'

And then execute:

$ bundle

Or install it yourself as:

$ gem install conekta_dashboard

Usage

Mount the engine routes to you rails application in config/routes.rb

  mount ConektaDashboard::Engine => "/payments"

Set your private api key in config/initializers/conekta_dashboard.rb

ConektaDashboard.setup do |config|
  config.api_private_key = 'API_KEY'
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/chukitow/conekta_dashboard

License

The gem is available as open source under the terms of the MIT License.

About

Rails engine that helps to visualize https://admin.conekta.io/ dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published