danielweinmann/unlock

View on GitHub
app/decorators/gateway_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
module GatewayDecorator

  def display_title
    (self.title.present? && self.title) || self.name
  end
  
end