No commit activity in last 3 years
No release in over 3 years
ConektaDashboard is a rails engine that helps to visualize https://admin.conekta.io/ from our rails application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.5.7
~> 6.7.1
~> 4.2.6
 Project Readme

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.