class Law::RegulationBase
Public Class Methods
key()
click to toggle source
# File lib/law/regulation_base.rb, line 12 def self.key name.chomp("Regulation").underscore.to_sym end
# File lib/law/regulation_base.rb, line 12 def self.key name.chomp("Regulation").underscore.to_sym end