Method: ActiveFile::Base.set_root_path

Defined in:
lib/active_file/base.rb

.set_root_path(path) ⇒ Object



29
30
31
# File 'lib/active_file/base.rb', line 29

def set_root_path(path)
  self.root_path = path
end