persist() Instance Public methods
i18n_scope() Instance Public methods Returns the i18n_scope for the class. Overwrite if you want custom lookup.
active?() Instance Public methods Checks whether the connection to the database is still active. This includes checking whether the database is actually capable of responding, i.e. whether the connection isn't stale.
name() Instance Public methods
tests(helper_class) Instance Public methods
at_middle_of_day() Instance Public methods Alias for: middle_of_day
new(app) Class Public methods
finder() Instance Public methods
new() Class Public methods
to_s() Instance Public methods Returns the class name. class BlogPost extend ActiveModel::Naming end BlogPost.model_name.to_s # => "BlogPost"
Page 40 of 2275