Class: Law::RegulationBase

Inherits:
Spicerack::InputModel
  • Object
show all
Includes:
Law::Regulations::Core, Law::Regulations::Statutes
Defined in:
lib/law/regulation_base.rb

Class Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Law::Regulations::Core

Class Method Details

.keyObject



12
13
14
# File 'lib/law/regulation_base.rb', line 12

def self.key
  name.chomp("Regulation").underscore.to_sym
end