adding caching for photos action
This commit is contained in:
parent
5f8a974a7f
commit
53b67f7ac3
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ class FlickrController < ApplicationController
|
|||
require 'flickraw'
|
||||
|
||||
|
||||
|
||||
caches_action :interesting, :recent
|
||||
|
||||
caches_action :interesting, :recent, :photo
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue