No commit activity in last 3 years
No release in over 3 years
ECM Opening Times Backend Module.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Project Readme

ECM Contact¶ ↑

Easy contact form for rails.

Installation¶ ↑

Add the gem to your bundle:

# Gemfile
gem 'ecm_contact'

Install your bundle:

> bundle install

Run the generator:

> rails g ecm:contact:install

This will create an initializer file in config/initializers. You should configure your recipients there.

Add the routes:

# config/routes.rb
Ecm::Contact::Routing.routes(self)

Usage¶ ↑

License¶ ↑

This project rocks and uses MIT-LICENSE.