Rails engine that helps to visualize https://admin.conekta.io/ dashboard from our rails application
Add this line to your application's Gemfile:
gem 'conekta_dashboard'And then execute:
$ bundle
Or install it yourself as:
$ gem install conekta_dashboard
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'
endBug reports and pull requests are welcome on GitHub at https://github.com/chukitow/conekta_dashboard
The gem is available as open source under the terms of the MIT License.