Method: Wlog::Helpers.first_setup?
- Defined in:
- lib/wlog/domain/helpers.rb
.first_setup? ⇒ Boolean
Check if the application directory exists. If it does not, it’s a first time system run.
44 |
# File 'lib/wlog/domain/helpers.rb', line 44 def self.first_setup?; !File.exists? TaintFile end |