Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1&1-Server を使用し、Joomla をインストールしました。そこでフォームを使用します。Proforms Basic Forms をインストールしました。送信するメールアドレスも書きました。しかし、私たちは電子メールを受け取りません。私はsmtpとphpmailを試しました。誰でも助けることができますか?
モデルの関連付けは次のとおりです。
モデルI
class TimeLog < ActiveRecord::Base has_one :custom_time_field, :dependent => :destroy end