Module: Refinery::Contacts
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/refinery/contacts.rb,
lib/refinery/contacts/engine.rb,
lib/refinery/contacts/version.rb,
app/models/refinery/contacts/mail.rb,
lib/refinery/contacts/configuration.rb,
app/models/refinery/contacts/contact.rb,
app/models/refinery/contacts/mail_message.rb,
app/mailers/refinery/contacts/contact_mailer.rb,
app/models/refinery/contacts/table_less_model.rb,
lib/refinery/contacts/extensions/pages_extension.rb,
app/helpers/refinery/contacts/admin/contacts_helper.rb,
app/controllers/refinery/contacts/mail_messages_controller.rb,
app/controllers/refinery/contacts/admin/contacts_controller.rb
Defined Under Namespace
Modules: Admin, Extensions
Classes: Contact, ContactMailer, Engine, Mail, MailMessage, MailMessagesController, TableLessModel, Version
Class Attribute Summary collapse
Class Method Summary
collapse
Class Attribute Details
.root ⇒ Object
10
11
12
|
# File 'lib/refinery/contacts.rb', line 10
def root
@root ||= Pathname.new(File.expand_path('../../../', __FILE__))
end
|
Class Method Details
.factory_paths ⇒ Object
14
15
16
|
# File 'lib/refinery/contacts.rb', line 14
def factory_paths
@factory_paths ||= [ root.join('spec', 'factories').to_s ]
end
|