module ActiveScaffold::MarkedModel
Public Instance Methods
marked()
click to toggle source
This is a module aimed at making the make session_stored marked_records available to ActiveRecord models
# File lib/active_scaffold/marked_model.rb, line 5 def marked false end
marked=(value)
click to toggle source
# File lib/active_scaffold/marked_model.rb, line 9 def marked=(value) value end