Method: FoxPage::Model#respond_to_missing?
- Defined in:
- lib/fox_page/model.rb
#respond_to_missing?(method) ⇒ Boolean
180 181 182 183 184 |
# File 'lib/fox_page/model.rb', line 180 def respond_to_missing?(method, *) return true if @__ostruct.to_h.key?(method.to_sym) super end |