removing unused index actions.
This commit is contained in:
parent
b3ac631a55
commit
51916c0762
4 changed files with 0 additions and 18 deletions
|
@ -1,15 +1,6 @@
|
||||||
class FlickrController < ApplicationController
|
class FlickrController < ApplicationController
|
||||||
require 'flickraw'
|
require 'flickraw'
|
||||||
@@flickr_id = "13827925@N00"
|
@@flickr_id = "13827925@N00"
|
||||||
|
|
||||||
|
|
||||||
def index
|
|
||||||
|
|
||||||
respond_to do |format|
|
|
||||||
format.html
|
|
||||||
format.xml
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def photo
|
def photo
|
||||||
@pid = params[:id]
|
@pid = params[:id]
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
class ScreenshotController < ApplicationController
|
class ScreenshotController < ApplicationController
|
||||||
|
|
||||||
def index
|
|
||||||
@screenshots = "x"
|
|
||||||
|
|
||||||
respond_to do |format|
|
|
||||||
format.html
|
|
||||||
format.xml
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def single
|
def single
|
||||||
@fpath = "screenshots/" + params[:filename]
|
@fpath = "screenshots/" + params[:filename]
|
||||||
fabsolute = RAILS_ROOT + "/public/images/screenshots/" + params[:filename]
|
fabsolute = RAILS_ROOT + "/public/images/screenshots/" + params[:filename]
|
||||||
|
|
Loading…
Reference in a new issue