Module: RailsEmbedEditor::Config

Defined in:
lib/rails_embed_editor/config.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.authorize_with(param = nil) ⇒ Object

Returns the value of attribute authorize_with.



6
7
8
# File 'lib/rails_embed_editor/config.rb', line 6

def authorize_with
  @authorize_with
end

Class Method Details

.resetObject



8
9
10
# File 'lib/rails_embed_editor/config.rb', line 8

def reset
  self.authorize_with = nil
end