Controller flash[:notice] = I18n.t( :updated_success, :default => '{{model}} was successfully updated.', :model => Blog.human_name, :scope => [:railties, :scaffold] ) I18n.t 'date.formats.short' I18n.t 'short', :scope => 'date.formats' View <%= t( :editing, :default => "Editing {{model}}", :model => Blog.human_name, :scope => [:railties, :scaffold] ) %> <%=l article.created_at, :format => :short %