class RailsBestPractices::Prepares::SchemaPrepare

Remember the model attributes.

def initialize

def initialize
  @model_attributes = Prepares.model_attributes
end