Method: SycLink::Designer#load_website

Defined in:
lib/syclink/designer.rb

#load_website(website) ⇒ Object

Loads a website based on the provided YAML-file and asigns it to the designer to operate on



106
107
108
# File 'lib/syclink/designer.rb', line 106

def load_website(website)
  @website = YAML.load_file(website)
end