Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.17 KB

LocomotiveCMS::Models

Gem Version Code Climate Dependency Status Build Status Coverage Status

LocomotiveCMS Models is persistence layer for LocomotiveCMS.

Configuration

Locomotive::Models.configure do |config|
  config.default_adapter = Adapters::MemoryAdapter.new
end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contact

Feel free to contact me (did at locomotivecms dot com).

Copyright (c) 2013 NoCoffee, released under the MIT license