From a46e21f71d5a4b364f8350199a7610c832a3ab26 Mon Sep 17 00:00:00 2001 From: Chris Salzberg Date: Sat, 29 Jul 2017 21:33:05 +0900 Subject: [PATCH] Update documentation for ColumnChanges module builder [ci skip] --- lib/mobility/sequel/column_changes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/mobility/sequel/column_changes.rb b/lib/mobility/sequel/column_changes.rb index 05d16c38f..0d0b59d79 100644 --- a/lib/mobility/sequel/column_changes.rb +++ b/lib/mobility/sequel/column_changes.rb @@ -2,8 +2,8 @@ module Mobility module Sequel =begin -Internal class used to force Sequel model to notice changes when +mobility_set+ -is called. +Internal class used to force Sequel model to notice changes when mobility +setter method is called. =end class ColumnChanges < Module