Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 394 Bytes

Simple way to configure marker in Petlove Rails applications

Installation

Add this line to your application's Gemfile:

gem 'environment-mark', github: 'petlove/environment-mark'

Usage

Add this code bellow into application.rb:

  require 'environment-mark'

  EnvironmentMark.configure(config)