Method: Dynflow::Web.web_dir

Defined in:
lib/dynflow/web.rb

.web_dir(sub_dir) ⇒ Object



17
18
19
20
# File 'lib/dynflow/web.rb', line 17

def self.web_dir(sub_dir)
  web_dir = File.join(File.expand_path('../../../web', __FILE__))
  File.join(web_dir, sub_dir)
end