Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/write_sql_to_file.rb
Instance Method Summary collapse
Instance Method Details
#write_sql_to_file ⇒ Object
5 6 7 |
# File 'lib/write_sql_to_file.rb', line 5 def write_sql_to_file File.write('1.sql', to_sql) end |