Remove danging :photos table and other photo cruft

This commit is contained in:
Henne Vogelsang 2016-04-27 12:36:38 +02:00
parent 1ce834391a
commit ae55c2772f
7 changed files with 15 additions and 37 deletions

View file

@ -23,11 +23,6 @@ class ConferenceController < ApplicationController
end
end
def gallery_photos
@photos = @conference.photos
render 'photos', formats: [:js]
end
private
def respond_to_options