clair_app/app/models/s_modules_state.rb
Nicolas Bally c2f8ec2efb initial
2020-10-10 00:28:38 +02:00

7 lines
110 B
Ruby

class SModulesState < ApplicationRecord
before_validation do
self.slug = self.name.to_slug
end
end