Method: Forecasting::Models::Placeholder#path

Defined in:
lib/forecasting/models/placeholder.rb

#pathObject



11
12
13
# File 'lib/forecasting/models/placeholder.rb', line 11

def path
  @attributes['id'].nil? ? "placeholders" : "placeholders/#{@attributes['id']}"
end