class Ribbon::EncryptedStore::Generators::EncryptTableGenerator
Public Instance Methods
create_migrations()
click to toggle source
# File lib/generators/encrypted_store/encrypt_table/encrypt_table_generator.rb, line 7 def create_migrations generate "migration", "add_encrypted_store_to_#{table_name} encryption_key_id:integer encrypted_store:binary" end