Skip to content

Commit

Permalink
removed annoying flash
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Apr 20, 2011
1 parent a3a3c42 commit ba7c007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/domains_controller.rb
Expand Up @@ -25,7 +25,6 @@ def index
def show
@domain = @account.domains.get!(params[:id])
session[:current_domain_id] = @domain.id if @domain
flash[:notice] = t('domains.switch.notice')

respond_to do |format|
format.html # show.html.erb
Expand Down

0 comments on commit ba7c007

Please sign in to comment.