Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 192 Bytes

attribute_decorators.md

File metadata and controls

9 lines (6 loc) · 192 Bytes

Attribute Decorators

提供以下两方法:

decorate_attribute_type(column_name, decorator_name, &block)

decorate_matching_attribute_types(matcher, decorator_name, &block)