flash[:notice] = t('flash.notice.order.creditcard.valid')
I can sort of guess what this flash message probably outputs to the user but what is this 't' method and what kind of object is flash.notice.order.creditcard.valid
? Is this application-specific logic or a Rails usage?