File: state_machines-activemodel.rb

package info (click to toggle)
ruby-state-machines-activemodel 0.101.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: ruby: 1,222; makefile: 6; sh: 4
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'active_support'
require 'state_machines/integrations/active_model'

ActiveSupport.on_load(:i18n) do
  I18n.load_path << File.expand_path('state_machines/integrations/active_model/locale.rb', __dir__)
end