Skip to content

richardhartme/magento_models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagentoModels

Some base models for interacting with a Magento database. Not complete in any shape or form.

Installation

Add this line to your application's Gemfile:

gem 'magento_models'

Create a new initializer in your rails app config/magento_models.rb and establish your connection there:

MagentoModels::Base.establish_connection(
  adapter: "mysql2",
  host: "localhost",
  username: "root",
  database: "your_database"
)

About

Some basic Rails models for interacting with a Magento database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages