Class: ReadyForI18N::ErbHelperExtractor
- Inherits:
-
Object
- Object
- ReadyForI18N::ErbHelperExtractor
- Includes:
- ExtractorBase
- Defined in:
- lib/erb_helper_extractor.rb
Constant Summary collapse
- LABEL_IN_HELPER_PATTERN =
%w{label_tag link_to field_set_tag submit_tag button_to}.map{|h| /#{h}[\s\w_]*('|")([\w ]*)(\1)/ }
Method Summary
Methods included from ExtractorBase
#can_replace?, #extract, key_mapper, key_mapper=, #t_method, #to_key, use_dot, use_dot?