module Phaedra

Constants

VERSION

Public Class Methods

environment() click to toggle source
# File lib/phaedra/startup_initializers.rb, line 6
def self.environment
  @environment ||= ENV.fetch("PHAEDRA_ENV", :development).to_sym
end