You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom methods are not available in blocks like alter_table
Kernel methods (like require) are not available in custom methods.
Sequel.migrationdodeftest_methodputs"hello"endupdoalter_table:usersdotest_method# This causes NameError: undefined local variable or method `test_method' for #<Sequel::Postgres::AlterTableGenerator:0x00007ff229033680>endtest_method# And this causes NoMethodError: undefined method `puts' for #<Sequel::MigrationDSL:0x00007f8af6874118>endend
The text was updated successfully, but these errors were encountered:
alter_table
require
) are not available in custom methods.The text was updated successfully, but these errors were encountered: