New
Unclaimed project
Are you a maintainer of the_role? Claim this project to take control of your public changelog and roadmap.
Changelog
Authorization for Rails + GUI. Semantic, Flexible, Lightweight
Last updated almost 3 years ago
This release has minor changes for internal methods which provide processing of incoming test strings
was
def has_section? section_name
to_hash.key? section_name.to_s.to_slug_param(delimiter: '_')
end
became
def has_section? section_name
to_hash.key? section_name.to_slug_param(sep: '_')
end