koic/active_pstore

View on GitHub
lib/active_pstore/integration.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- frozen-string-literal: true -*-

module ActivePStore
  module Integration
    def to_param
      id && id.to_s
    end
  end
end