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
|
||||
require 'flickraw'
|
||||
@@flickr_id = "13827925@N00"
|
||||
|
||||
|
||||
def index
|
||||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.xml
|
||||
end
|
||||
end
|
||||
|
||||
def photo
|
||||
@pid = params[:id]
|
||||
|
|
|
@ -1,14 +1,5 @@
|
|||
class ScreenshotController < ApplicationController
|
||||
|
||||
def index
|
||||
@screenshots = "x"
|
||||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.xml
|
||||
end
|
||||
end
|
||||
|
||||
def single
|
||||
@fpath = "screenshots/" + params[:filename]
|
||||
fabsolute = RAILS_ROOT + "/public/images/screenshots/" + params[:filename]
|
||||
|
|
Loading…
Reference in a new issue