Class: RegistrationCadastralCertificateDecorator
- Inherits:
-
SimpleDecorator::Base
- Object
- SimpleDelegator
- SimpleDecorator::Base
- RegistrationCadastralCertificateDecorator
- Defined in:
- app/decorators/registration_cadastral_certificate_decorator.rb
Instance Method Summary collapse
Methods inherited from SimpleDecorator::Base
Methods included from SimpleDecorator::RailsHelpers
Instance Method Details
#number ⇒ Object
2 3 4 5 |
# File 'app/decorators/registration_cadastral_certificate_decorator.rb', line 2 def number return '' if count_crc == 0 component.count_crc end |