We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4510307 commit 6663f3aCopy full SHA for 6663f3a
app/controllers/photos_controller.rb
@@ -19,6 +19,8 @@ def index
19
def new
20
@photo = Photo.new
21
@item = item_to_link_to
22
+ @type = item_type
23
+ @id = item_id
24
retrieve_from_flickr
25
respond_with @photo
26
end
0 commit comments