Remove explicit mentioning of application layout where not needed

This commit is contained in:
Stefan Hacker 2012-09-03 20:24:20 +02:00
parent 35cc0fceaa
commit 7f4065b16b
2 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,7 @@ class FeedlistController < ApplicationController
@hidden_contexts = current_user.contexts.hidden
respond_to do |format|
format.html { render :layout => 'application' }
format.html
format.m
end
end