droptheplot/adminable

View on GitHub
lib/adminable/fields/integer.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Adminable
  module Fields
    class Integer < Base
    end
  end
end