moser/foxtrot_mike

View on GitHub
app/helpers/accounts_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module AccountsHelper
  def link_to_current_account
    link_to current_account.login, current_account
  end
end