Class: GraphStarter::Image

Inherits:
Object
  • Object
show all
Includes:
Neo4j::ActiveNode, Neo4jrb::Paperclip
Defined in:
app/models/graph_starter/image.rb

Instance Method Summary collapse

Instance Method Details

#source_urlObject



16
17
18
19
# File 'app/models/graph_starter/image.rb', line 16

def source_url
  default_style = GraphStarter.configuration.default_image_style
  source.present? ? source.url(default_style) : original_url
end