class Mv::Postgresql::Validation::ActiveModelPresenter::Format
Public Instance Methods
option_names()
click to toggle source
Calls superclass method
# File lib/mv/postgresql/validation/active_model_presenter/format.rb, line 6 def option_names super + [:with] end
validation_name()
click to toggle source
# File lib/mv/postgresql/validation/active_model_presenter/format.rb, line 10 def validation_name :format end