method
save_method
v3.2.13 -
Show latest stable
- Class:
ActiveRecord::DynamicFinderMatch
save_method()public
No documentation available.
# File activerecord/lib/active_record/dynamic_finder_match.rb, line 64
def save_method
bang? ? :save! : :save
end