Searched defs:in_production (Results 1 - 1 of 1) sorted by relevance

/ontohub/lib/
H A Dsettings_validation_wrapper.rb138 validates :cp_keys, executable: true, if: :in_production?
140 validates_with DataPathsValidator, if: :in_production?
143 validates_presence_of *PRESENCE_IN_PRODUCTION, if: :in_production?
153 validates field, directory: true, if: :in_production?
160 if: :in_production?
164 if: :in_production?
198 validates :yml__hets__executable_path, executable: true, if: :in_production?
204 if: :in_production?
209 if: :in_production?
258 def in_production
[all...]

Completed in 208 milliseconds