marnen/duckbill

View on GitHub
app/cells/formatted_date_cell.rb

Summary

Maintainability
A
0 mins
Test Coverage
class FormattedDateCell < Cell::ViewModel
  include Devise::Controllers::Helpers
  helper_method :current_user

  def show
    current_user.date_format.format date
  end
end