class ActiveRecord::ConnectionAdapters::TableDefinition
Public Instance Methods
timestamps_with_null_false(*args)
click to toggle source
# File lib/gandhara/gandhara.rb, line 4 def timestamps_with_null_false(*args) timestamps_without_null_false({:null => false}.merge(args.extract_options!)) end