Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Commit

Permalink
Rename settings_default to default_settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
majjoha committed Oct 23, 2014
1 parent 3f70a41 commit dfceece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dolphy/settings.rb
Expand Up @@ -3,7 +3,7 @@ class Settings
attr_accessor :settings

def initialize
@settings = settings_defaults
@settings = default_settings
end

def [](element)
Expand All @@ -16,7 +16,7 @@ def []=(key, value)

private

def settings_defaults
def default_settings
{
template_engine: Dolphy::TemplateEngines::ErbEngine,
view_path: "./views/"
Expand Down

0 comments on commit dfceece

Please sign in to comment.