Module: Sequel::Plugins::Clevic::InstanceMethods
- Defined in:
- lib/clevic/sequel_clevic.rb
Instance Method Summary collapse
-
#changed? ⇒ Boolean
This should also go in another plugin.
- #new_record? ⇒ Boolean
- #readonly? ⇒ Boolean
Instance Method Details
#changed? ⇒ Boolean
This should also go in another plugin
49 50 51 |
# File 'lib/clevic/sequel_clevic.rb', line 49 def changed? modified? end |
#new_record? ⇒ Boolean
57 58 59 |
# File 'lib/clevic/sequel_clevic.rb', line 57 def new_record? new? end |
#readonly? ⇒ Boolean
53 54 55 |
# File 'lib/clevic/sequel_clevic.rb', line 53 def readonly? false end |