Method: Dassets::NullFileStore#save

Defined in:
lib/dassets/file_store.rb

#save(url_path, &block) ⇒ Object



34
35
36
37
# File 'lib/dassets/file_store.rb', line 34

def save(url_path, &block)
  # No-op, just return the store path like the base does.
  store_path(url_path)
end