to_partial_path() Instance Public methods
custom(mime_type, &block) Instance Public methods
autosave=(autosave) Instance Public methods
[](key) Instance Public methods
use_renderer(*args) Instance Public methods Alias for: use_renderers
remove!(pattern) Instance Public methods Alters the string by removing all occurrences of the pattern. Short-hand for String#gsub!(pattern, '').
readonly!() Instance Public methods Marks this record as read only.
where_values_hash(relation_table_name = table_name) Instance Public methods Returns a hash of where conditions. User.where(name: 'Oscar').where_values_hash # => {name: "Oscar"}
endpoint() Instance Public methods Returns the endpoint for this engine. If none is registered, defaults to an ActionDispatch::Routing::RouteSet.
readme(path) Instance Public methods Reads the given file at the source root and prints it in the console. readme "README"
Page 198 of 2275