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 @hidden_contexts = current_user.contexts.hidden
respond_to do |format| respond_to do |format|
format.html { render :layout => 'application' } format.html
format.m format.m
end end
end end

View file

@ -15,8 +15,6 @@ class StatsController < ApplicationController
get_stats_contexts get_stats_contexts
get_stats_projects get_stats_projects
get_stats_tags get_stats_tags
render :layout => 'application'
end end
def actions_done_last12months_data def actions_done_last12months_data